Skip to content

Commit

Permalink
Merge the rustup sections (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 30, 2022
1 parent 8e31f90 commit c0f2b36
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ command.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

If you use Windows, or need an alternative method of installing Rust, check out:
https://www.rust-lang.org/tools/install


## Install WASM target platform

You'll need to install the `wasm32-unknown-unknown` target platform in your machine:
And install the `wasm32-unknown-unknown` target.

```sh
rustup target add wasm32-unknown-unknown
```

If you use Windows, or need an alternative method of installing Rust, check out:
https://www.rust-lang.org/tools/install

## Configure an Editor

Many editors have support for Rust. Visit the following link to find out how to
Expand Down

0 comments on commit c0f2b36

Please sign in to comment.