Skip to content

Commit f2c7345

Browse files
committed
Path changed to %PATH%
The two references to the "Path system variable" have changed to the "%PATH% system variable".
1 parent 9957228 commit f2c7345

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/doc/trpl/installing-rust.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ $ sh rustup.sh
2525
[insecurity]: http://curlpipesh.tumblr.com
2626

2727
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.
3333

3434

3535
[install-page]: http://www.rust-lang.org/install.html
@@ -93,7 +93,7 @@ rustc 1.0.0 (a59de37e9 2015-05-13)
9393

9494
If you did, Rust has been installed successfully! Congrats!
9595

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
9797
variable. If it isn't, run the installer again, select "Change" on the "Change,
9898
repair, or remove installation" page and ensure "Add to PATH" is installed on
9999
the local hard drive.

0 commit comments

Comments
 (0)