Skip to content

Commit 8b6d83c

Browse files
committed
---
yaml --- r: 235693 b: refs/heads/stable c: f2c7345 h: refs/heads/master i: 235691: 5dda8fe v: v3
1 parent 47e69b5 commit 8b6d83c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: afae2ff723393b3ab4ccffef6ac7c6d1809e2da0
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 99572284dc6e429fd561f25cc3f6d3f778256953
32+
refs/heads/stable: f2c73459acba7019f285289df421ccd72724c387
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/doc/trpl/installing-rust.md

Lines changed: 6 additions & 6 deletions
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)