mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 15:21:48 +03:00
parent
e1bfe81886
commit
6c829d23bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user