Recommend multirust override nighly

Resolves #53
This commit is contained in:
Philipp Oppermann
2015-11-22 23:04:32 +01:00
parent cefe95dc88
commit 84813d9b08

View File

@@ -14,7 +14,7 @@ This blog post tries to setup Rust step-by-step and point out the different prob
[Github repository]: https://github.com/phil-opp/blog_os/tree/setup_rust [Github repository]: https://github.com/phil-opp/blog_os/tree/setup_rust
## Installing Rust ## Installing Rust
We need a nightly compiler, as we will use many unstable features. To manage Rust installations I highly recommend brson's [multirust]. It allows you to install nightly, beta, and stable compilers side-by-side and makes it easy to update them. After installing it you can just run `multirust update nightly` to install or update to the latest Rust nightly. We need a nightly compiler, as we will use many unstable features. To manage Rust installations I highly recommend brson's [multirust]. It allows you to install nightly, beta, and stable compilers side-by-side and makes it easy to update them. To use a nightly compiler for the current directory, you can run `multirust override nightly`.
[multirust]: https://github.com/brson/multirust [multirust]: https://github.com/brson/multirust