Skip to content

Commit f5a653e

Browse files
committed
Update TRPL/Installing Rust to avoid concrete version numbers
As discussed in PR rust-lang#28817
1 parent ef07d7d commit f5a653e

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)