diff --git a/content/md/en/docs/install/linux.md b/content/md/en/docs/install/linux.md index 52a0f4f88..ff38eb518 100644 --- a/content/md/en/docs/install/linux.md +++ b/content/md/en/docs/install/linux.md @@ -93,6 +93,7 @@ To install the Rust toolchain on Linux: ```bash rustup default stable rustup update + rustup target add wasm32-unknown-unknown ``` 1. Add the `nightly` release and the `nightly` WebAssembly (wasm) targets to your development environment by running the following commands: