@@ -25,11 +25,11 @@ $ sh rustup.sh
25
25
[ insecurity ] : http://curlpipesh.tumblr.com
26
26
27
27
If you're on Windows, please download the appropriate [ installer] [ install-page ] .
28
- ** NOTE:** By default, the Windows installer will not add Rust to the Path system
29
- variable. If this is the only version of Rust you are installing and you want to
30
- be able to run it from the command line, click on "Advanced" on the install
31
- dialog and on the "Product Features" page ensure "Add to PATH" is installed on
32
- the local hard drive.
28
+ ** NOTE:** By default, the Windows installer will not add Rust to the %PATH%
29
+ system variable. If this is the only version of Rust you are installing and you
30
+ want to be able to run it from the command line, click on "Advanced" on the
31
+ install dialog and on the "Product Features" page ensure "Add to PATH" is
32
+ installed on the local hard drive.
33
33
34
34
35
35
[ install-page ] : http://www.rust-lang.org/install.html
@@ -93,7 +93,7 @@ rustc 1.0.0 (a59de37e9 2015-05-13)
93
93
94
94
If you did, Rust has been installed successfully! Congrats!
95
95
96
- If you didn't and you're on Windows, check that Rust is in your Path system
96
+ If you didn't and you're on Windows, check that Rust is in your %PATH% system
97
97
variable. If it isn't, run the installer again, select "Change" on the "Change,
98
98
repair, or remove installation" page and ensure "Add to PATH" is installed on
99
99
the local hard drive.
0 commit comments