Skip to content
Snippets Groups Projects
Commit b2e39f41 authored by Antonin Carette's avatar Antonin Carette Committed by GitHub
Browse files

Update preparing_the_build.md

`multirust` is now deprecated - now use `rustup`
parent f1e2cda8
No related branches found
No related tags found
1 merge request!49Update preparing_the_build.md
...@@ -33,14 +33,10 @@ $ [your package manager] install make nasm qemu ...@@ -33,14 +33,10 @@ $ [your package manager] install make nasm qemu
While the following step is not _required_, it is recommended. If you already have a functioning Rust nightly installation, you can skip this step: While the following step is not _required_, it is recommended. If you already have a functioning Rust nightly installation, you can skip this step:
We will use `multirust` to manage our Rust versions: We will use `rustup` to manage our Rust versions:
```sh ```sh
$ curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh | sh $ curl https://sh.rustup.rs -sSf | sh
``` ```
Now, we have to configure our multirust installation to default to `nightly`: Use a custom installation of Rust, to install the `nightly` version.
```sh
$ multirust override nightly
```
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