Skip to content

Commit 4d47669

Browse files
committed
Update getting-started.md
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
1 parent 4b87655 commit 4d47669

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/doc/book/getting-started.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,7 @@ This will download a script, and start the installation. If it all goes well,
119119
you’ll see this appear:
120120

121121
```text
122-
Welcome to Rust.
123-
124-
This script will download the Rust compiler and its package manager, Cargo, and
125-
install them to /usr/local. You may install elsewhere by running this script
126-
with the --prefix=<path> option.
127-
128-
The installer will run under ‘sudo’ and may ask you for your password. If you do
129-
not want the script to run ‘sudo’ then pass it the --disable-sudo flag.
130-
131-
You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
132-
or by running this script again with the --uninstall flag.
133-
134-
Continue? (y/N)
122+
Rust is ready to roll.
135123
```
136124

137125
From here, press `y` for ‘yes’, and then follow the rest of the prompts.

0 commit comments

Comments
 (0)