Update contributing.md

Original commit: fdaa86fabb
This commit is contained in:
Wojciech Daniło 2020-04-08 11:16:32 +02:00 committed by GitHub
parent d601a09273
commit ca7ac0d5c5

View File

@ -44,6 +44,7 @@ need the following setup:
rustup toolchain install nightly-2019-11-04 # Install the nightly channel.
rustup override set nightly-2019-11-04 # Set it as the default toolchain for this folder.
rustup component add clippy # Install the linter.
cargo install wasm-pack --version 0.8.1 # Install the wasm-pack toolkit.
cargo install cargo-watch # To enable ./run watch utility
```