Auto merge of #28817 - dcarral:installing_rust_v130, r=brson
Update "Installing Rust" section @ TRPL so it references the last stable version, v1.3.0.
This commit is contained in:
commit
a03e0ee657
1 changed files with 3 additions and 8 deletions
|
@ -84,16 +84,11 @@ If you've got Rust installed, you can open up a shell, and type this:
|
||||||
$ rustc --version
|
$ rustc --version
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see the version number, commit hash, and commit date. If you just
|
You should see the version number, commit hash, and commit date.
|
||||||
installed version 1.2.0, you should see:
|
|
||||||
|
|
||||||
```bash
|
If you do, Rust has been installed successfully! Congrats!
|
||||||
rustc 1.2.0 (082e47636 2015-08-03)
|
|
||||||
```
|
|
||||||
|
|
||||||
If you did, Rust has been installed successfully! Congrats!
|
If you don't and you're on Windows, check that Rust is in your %PATH% system
|
||||||
|
|
||||||
If you didn't and you're on Windows, check that Rust is in your %PATH% system
|
|
||||||
variable. If it isn't, run the installer again, select "Change" on the "Change,
|
variable. If it isn't, run the installer again, select "Change" on the "Change,
|
||||||
repair, or remove installation" page and ensure "Add to PATH" is installed on
|
repair, or remove installation" page and ensure "Add to PATH" is installed on
|
||||||
the local hard drive.
|
the local hard drive.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue