diff --git a/README.md b/README.md index c61747bea861819ca9faaec2559775dcb220db2b..bc690fe1384ccfd603f14ab25c04794f398306c1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo add-apt-repository ppa:mmstick76/ion-shell # Build dependencies Those who are developing software with Rust should install the [Rustup toolchain manager](https://rustup.rs/). -After installing rustup, run `rustup override 1.31.0` to set your Rust toolchain to the version that Ion is +After installing rustup, run `rustup override set 1.31.0` to set your Rust toolchain to the version that Ion is targeting at the moment. To build for Redox OS, `rustup override set nightly` is required to build the Redox dependencies.