Skip to content

Commit a03e0ee

Browse files
committed
Auto merge of rust-lang#28817 - dcarral:installing_rust_v130, r=brson
Update "Installing Rust" section @ TRPL so it references the last stable version, v1.3.0.
2 parents 9f37fbc + f5a653e commit a03e0ee

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/doc/trpl/installing-rust.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,11 @@ If you've got Rust installed, you can open up a shell, and type this:
8484
$ rustc --version
8585
```
8686

87-
You should see the version number, commit hash, and commit date. If you just
88-
installed version 1.2.0, you should see:
87+
You should see the version number, commit hash, and commit date.
8988

90-
```bash
91-
rustc 1.2.0 (082e47636 2015-08-03)
92-
```
93-
94-
If you did, Rust has been installed successfully! Congrats!
89+
If you do, Rust has been installed successfully! Congrats!
9590

96-
If you didn't and you're on Windows, check that Rust is in your %PATH% system
91+
If you don't and you're on Windows, check that Rust is in your %PATH% system
9792
variable. If it isn't, run the installer again, select "Change" on the "Change,
9893
repair, or remove installation" page and ensure "Add to PATH" is installed on
9994
the local hard drive.

0 commit comments

Comments
 (0)