diff --git a/README.md b/README.md index 01d344cd202..2478ae85476 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ And it runs on all platforms Rust supports, especially Windows. * [API](#api) * [Other installation methods](#other-installation-methods) * [Security](#security) -* [How is this related to multirust?](#how-is-this-related-to-multirust) +* [FAQ](#faq) * [License](#license) * [Contributing](#contributing) @@ -430,7 +430,15 @@ variable. work. `rustup` performs all downloads over HTTPS, but does not yet validate signatures of downloads. -## How is this related to multirust? +## FAQ + +### Is this an official Rust project? + +Yes. rustup is an official Rust project. Once it is complete it will +be the recommended way to install Rust and www.rust-lang.org will be +updated to reflect that. + +### How is this related to multirust? rustup is the successor to [multirust]. rustup began as multirust-rs, a rewrite of multirust from shell script to Rust, by [Diggory Blake], diff --git a/www/index.html b/www/index.html index 4d29960c6c6..a903fca0aae 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,7 @@ - rustup.rs - Update your Rust + rustup.rs - The Rust toolchain installer @@ -13,17 +13,22 @@ + +

- This is the ultimate way to install
the systems programming language + rustup is the ultimate way to install
+ the systems programming language Rust

-