Do not mention 'rustup override set' in README
The rust-toolchain file replaces this, and is probably better.
This commit is contained in:
parent
971ca0efc6
commit
f2dbef4210
|
@ -139,9 +139,6 @@ $ ./bootstrap.sh -d
|
||||||
# Install rustup.rs
|
# Install rustup.rs
|
||||||
$ curl https://sh.rustup.rs -sSf | sh
|
$ curl https://sh.rustup.rs -sSf | sh
|
||||||
|
|
||||||
# Set override toolchain to nightly build
|
|
||||||
$ rustup override set nightly
|
|
||||||
|
|
||||||
# For successive builds start here. If this is your first build, just continue
|
# For successive builds start here. If this is your first build, just continue
|
||||||
|
|
||||||
# Update git submodules
|
# Update git submodules
|
||||||
|
|
Loading…
Reference in a new issue