]> git.lizzy.rs Git - rust.git/commitdiff
Update getting-started.md
authorNoah <nba4191@gmail.com>
Thu, 10 Mar 2016 17:34:42 +0000 (11:34 -0600)
committerNoah <nba4191@gmail.com>
Thu, 10 Mar 2016 17:34:42 +0000 (11:34 -0600)
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`

src/doc/book/getting-started.md

index 31ee385a928d6dc0dc9dac309c11cc5284f7f5fb..b0d4c6d6dd242bced93bda01961b4e7a27900c93 100644 (file)
@@ -119,19 +119,7 @@ This will download a script, and start the installation. If it all goes well,
 you’ll see this appear:
 
 ```text
-Welcome to Rust.
-
-This script will download the Rust compiler and its package manager, Cargo, and
-install them to /usr/local. You may install elsewhere by running this script
-with the --prefix=<path> option.
-
-The installer will run under ‘sudo’ and may ask you for your password. If you do
-not want the script to run ‘sudo’ then pass it the --disable-sudo flag.
-
-You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
-or by running this script again with the --uninstall flag.
-
-Continue? (y/N)
+Rust is ready to roll.
 ```
 
 From here, press `y` for ‘yes’, and then follow the rest of the prompts.