about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Hansford <dangthrimble@hansfords.net>2015-07-22 08:26:40 +0100
committerJonathan Hansford <dangthrimble@hansfords.net>2015-07-22 08:26:40 +0100
commitf2c73459acba7019f285289df421ccd72724c387 (patch)
treed72a1ba5f96a0f70124328169d799b218b92890f
parent99572284dc6e429fd561f25cc3f6d3f778256953 (diff)
downloadrust-f2c73459acba7019f285289df421ccd72724c387.tar.gz
rust-f2c73459acba7019f285289df421ccd72724c387.zip
Path changed to %PATH%
The two references to the "Path system variable" have changed to the
"%PATH% system variable".
-rw-r--r--src/doc/trpl/installing-rust.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index fcceac346a8..83750ec3b01 100644
--- a/src/doc/trpl/installing-rust.md
+++ b/src/doc/trpl/installing-rust.md
@@ -25,11 +25,11 @@ $ sh rustup.sh
 [insecurity]: http://curlpipesh.tumblr.com
 
 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.
+**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
@@ -93,7 +93,7 @@ rustc 1.0.0 (a59de37e9 2015-05-13)
 
 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
+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.