Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit add60cd

Browse files
fix: update install instructions for darwin (#767)
1 parent 3659567 commit add60cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/new/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default class NewCommand extends BaseCommand {
243243
this.log(`Note that you will need to install the Binaryen components for WASM support.`);
244244
this.log(`Please install with: scoop install tinygo binaryen`);
245245
} else if (os.platform() === "darwin") {
246-
this.log(`Please install with: brew install tinygo`);
246+
this.log(`Please install with: brew tap tinygo-org/tools && brew install tinygo`);
247247
}
248248
this.log();
249249
}

0 commit comments

Comments
 (0)