diff --git a/cli/src/commands/new/index.ts b/cli/src/commands/new/index.ts index 6292ae07..edf9eedd 100644 --- a/cli/src/commands/new/index.ts +++ b/cli/src/commands/new/index.ts @@ -243,7 +243,7 @@ export default class NewCommand extends BaseCommand { this.log(`Note that you will need to install the Binaryen components for WASM support.`); this.log(`Please install with: scoop install tinygo binaryen`); } else if (os.platform() === "darwin") { - this.log(`Please install with: brew install tinygo`); + this.log(`Please install with: brew tap tinygo-org/tools && brew install tinygo`); } this.log(); }