Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update setup.mdx #279

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ command.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

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

## Install the target

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