Rollup merge of #27183 - Dangthrimble:master, r=steveklabnik

Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable.

r? @steveklabnik
This commit is contained in:
Steve Klabnik 2015-07-22 12:56:52 -04:00
commit 7cacf83009

View file

@ -25,6 +25,12 @@ $ sh rustup.sh
[insecurity]: http://curlpipesh.tumblr.com [insecurity]: http://curlpipesh.tumblr.com
If you're on Windows, please download the appropriate [installer][install-page]. If you're on Windows, please download the appropriate [installer][install-page].
**NOTE:** By default, the Windows installer will not add Rust to the %PATH%
system variable. If this is the only version of Rust you are installing and you
want to be able to run it from the command line, click on "Advanced" on the
install dialog and on the "Product Features" page ensure "Add to PATH" is
installed on the local hard drive.
[install-page]: http://www.rust-lang.org/install.html [install-page]: http://www.rust-lang.org/install.html
@ -87,6 +93,11 @@ rustc 1.0.0 (a59de37e9 2015-05-13)
If you did, Rust has been installed successfully! Congrats! If you did, Rust has been installed successfully! Congrats!
If you didn't and you're on Windows, check that Rust is in your %PATH% system
variable. If it isn't, run the installer again, select "Change" on the "Change,
repair, or remove installation" page and ensure "Add to PATH" is installed on
the local hard drive.
This installer also installs a copy of the documentation locally, so you can This installer also installs a copy of the documentation locally, so you can
read it offline. On UNIX systems, `/usr/local/share/doc/rust` is the location. read it offline. On UNIX systems, `/usr/local/share/doc/rust` is the location.
On Windows, it's in a `share/doc` directory, inside wherever you installed Rust On Windows, it's in a `share/doc` directory, inside wherever you installed Rust