Skip to content

Commit e5cd772

Browse files
committed
---
yaml --- r: 221004 b: refs/heads/auto c: f2c7345 h: refs/heads/master v: v3
1 parent 159dcc8 commit e5cd772

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
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: 99572284dc6e429fd561f25cc3f6d3f778256953
11+
refs/heads/auto: f2c73459acba7019f285289df421ccd72724c387
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/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)