GitBook: [2.0.0] one page modified

This commit is contained in:
boneyard93501 2021-07-05 02:58:00 +00:00 committed by gitbook-bot
parent cbabbfd73a
commit 6982c19bd6
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -10,7 +10,7 @@ Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
once Rust is installed, we need to expand the toolchain and include [nightly build](https://rust-lang.github.io/rustup/concepts/channels.html) and the [Wasm](https://doc.rust-lang.org/stable/nightly-rustc/rustc_target/spec/wasm32_wasi/index.html) compile target.
Once Rust is installed, we need to expand the toolchain and include [nightly build](https://rust-lang.github.io/rustup/concepts/channels.html) and the [Wasm](https://doc.rust-lang.org/stable/nightly-rustc/rustc_target/spec/wasm32_wasi/index.html) compile target.
```bash
rustup install nightly