From 84813d9b08bcd2bfce38a3a0c1c914cb0c9f4341 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 22 Nov 2015 23:04:32 +0100 Subject: [PATCH] Recommend `multirust override nighly` Resolves #53 --- posts/2015-09-02-setup-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2015-09-02-setup-rust.md b/posts/2015-09-02-setup-rust.md index 0c9e5fbf..2f72dee0 100644 --- a/posts/2015-09-02-setup-rust.md +++ b/posts/2015-09-02-setup-rust.md @@ -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 ## 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