Skip to content

Commit 8d72ec7

Browse files
committed
---
yaml --- r: 224110 b: refs/heads/beta c: f2c7345 h: refs/heads/master v: v3
1 parent 9f95deb commit 8d72ec7

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
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 99572284dc6e429fd561f25cc3f6d3f778256953
26+
refs/heads/beta: f2c73459acba7019f285289df421ccd72724c387
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: 938f5d7af401e2d8238522fed4a612943b6e77fd
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

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