Skip to content

Commit 7874165

Browse files
committed
---
yaml --- r: 228622 b: refs/heads/try c: f2c7345 h: refs/heads/master v: v3
1 parent c4f47a6 commit 7874165

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 99572284dc6e429fd561f25cc3f6d3f778256953
4+
refs/heads/try: f2c73459acba7019f285289df421ccd72724c387
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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