From f2dbef4210991b1fac4485ea348a6f85bf32c66a Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sat, 30 Dec 2017 11:18:41 -0800 Subject: [PATCH] Do not mention 'rustup override set' in README The rust-toolchain file replaces this, and is probably better. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a51d02764..bc49d8ec3 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,6 @@ $ ./bootstrap.sh -d # Install rustup.rs $ 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 # Update git submodules