Skip to content

Commit

Permalink
fix: update to only one occurence
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Agarwal <harshitagar1907@gmail.com>
  • Loading branch information
thegamer1907 authored and thomastaylor312 committed Nov 14, 2024
1 parent 52480f6 commit 1a86e76
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions docs/tour/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,6 @@ brew install go
brew install tinygo-org/tools/tinygo
```

You will also need the `wasm-tools` utility, on macOS you can use `brew`:

```shell
brew install wasm-tools
```

If you have the [Rust toolchain](https://www.rust-lang.org/tools/install), you can use `cargo` to install `wasm-tools`:

```shell
cargo install wasm-tools
```

Otherwise, [download the binary for the latest version of `wasm-tools` for your architecture](https://github.com/bytecodealliance/wasm-tools#installation) and add it to your PATH.

On Windows, you can use [Scoop](https://scoop.sh/) to install the Go toolchain (as well as the [`binaryen`](https://github.com/WebAssembly/binaryen) tool to compile components on Windows):

```shell
Expand All @@ -114,7 +100,13 @@ scoop install tinygo@0.33.0
scoop install binaryen
```

You will also need the `wasm-tools` utility. If you have the [Rust toolchain](https://www.rust-lang.org/tools/install), you can use `cargo` to install `wasm-tools`:
You will also need the `wasm-tools` utility, on macOS you can use `brew`:

```shell
brew install wasm-tools
```

If you have the [Rust toolchain](https://www.rust-lang.org/tools/install), you can use `cargo` to install `wasm-tools`:

```shell
cargo install wasm-tools
Expand Down

0 comments on commit 1a86e76

Please sign in to comment.