From 6c829d23bf95f83d1303088322068ecfac42d3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Dani=C5=82o?= Date: Mon, 7 Oct 2019 20:01:12 +0200 Subject: [PATCH] Update README.md Original commit: https://github.com/enso-org/ide/commit/3471dc858901566c9dc6eb983b28b575237de57d --- gui/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/README.md b/gui/README.md index 14c93692ca7..1b1e58bf7b6 100644 --- a/gui/README.md +++ b/gui/README.md @@ -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