Update installation of toolchain in Basic Usage page

This commit is contained in:
Daniele Esposti 2018-10-05 17:15:22 +01:00
parent b6caad4df8
commit 882c6ef0ed

View File

@ -12,7 +12,7 @@ if you'd prefer to follow along in your own console let's install the tools we
need:
```shell
$ rustup target add wasm32-unknown-unknown
$ rustup target add wasm32-unknown-unknown --toolchain nightly
$ cargo +nightly install wasm-bindgen-cli
```