From f31ef51a61cf8e1343e4ab956d8be29271976e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Fortunato?= Date: Mon, 7 Nov 2016 23:39:31 +0100 Subject: [PATCH] Fix: multirust is deprecated - use rustup :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d6ee73382..41821c009c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To generate the APIs yourself, you will need to meet the following prerequisites * **an internet connection and wget** * Make will download all other prerequisites automatically into hidden directories within this repository, which requires it to make some downloads via wget. * **Rust Stable** - * This project compiles on *stable* Rust *1.6 or greater* only. You might consider using [Multirust][multirust] to control + * This project compiles on *stable* Rust *1.6 or greater* only. You might consider using [Rustup][rustup] to control the toolchain on a per-project basis. ## Using Make @@ -254,4 +254,4 @@ at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -[multirust]: https://github.com/Diggsey/multirust-rs +[rustup]: https://github.com/rust-lang-nursery/rustup.rs