Update README.md

Original commit: 3471dc8589
This commit is contained in:
Wojciech Daniło 2019-10-07 20:01:12 +02:00 committed by GitHub
parent e1bfe81886
commit 6c829d23bf

View File

@ -20,10 +20,10 @@ To setup the toolchain, please use the [the Rust toolchain installer
](https://rustup.rs/):
```bash
rustup toolchain install nightly # Install the nightly channel.
rustup default nightly # Set it as the default one.
rustup component add rustfmt # Install the code auto-formatter.
rustup component add clippy # Install the linter.
rustup toolchain install nightly-2019-10-03 # Install the nightly channel.
rustup default nightly # Set it as the default one.
rustup component add rustfmt # Install the code auto-formatter.
rustup component add clippy # Install the linter.
```
## Building and testing the project