Skip to content
Snippets Groups Projects
Commit a50c0df6 authored by Pablo Orduna's avatar Pablo Orduna
Browse files

Fix errata in rustup command

parent bf7c7b3a
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ sudo add-apt-repository ppa:mmstick76/ion-shell ...@@ -41,7 +41,7 @@ sudo add-apt-repository ppa:mmstick76/ion-shell
# Build dependencies # Build dependencies
Those who are developing software with Rust should install the [Rustup toolchain manager](https://rustup.rs/). 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 targeting at the moment. To build for Redox OS, `rustup override set nightly` is required to build the Redox
dependencies. dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment