From 6982c19bd6767416809c6390993e4af503d5ea23 Mon Sep 17 00:00:00 2001 From: boneyard93501 Date: Mon, 5 Jul 2021 02:58:00 +0000 Subject: [PATCH] GitBook: [2.0.0] one page modified --- tutorials_tutorials/recipes_setting_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials_tutorials/recipes_setting_up.md b/tutorials_tutorials/recipes_setting_up.md index 43c4bc1..87e4013 100644 --- a/tutorials_tutorials/recipes_setting_up.md +++ b/tutorials_tutorials/recipes_setting_up.md @@ -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