mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 16:51:41 +03:00
Fix instructions to set up toolchain for project build. Fixes #2179. (https://github.com/enso-org/ide/pull/284)
Original commit: cad50bb093
This commit is contained in:
parent
248a1caace
commit
1b573988a7
@ -12,7 +12,7 @@ need the following setup:
|
||||
|
||||
```bash
|
||||
rustup toolchain install nightly-2019-11-04 # Install the nightly channel.
|
||||
rustup default nightly # Set it as the default one.
|
||||
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 cargo-watch # To enable ./run watch utility
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user