Skip to content

Commit

Permalink
Update TRPL/Installing Rust to avoid concrete version numbers
Browse files Browse the repository at this point in the history
As discussed in PR #28817
  • Loading branch information
dcarral committed Oct 6, 2015
1 parent ef07d7d commit f5a653e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/doc/trpl/installing-rust.md
Expand Up @@ -84,16 +84,11 @@ If you've got Rust installed, you can open up a shell, and type this:
$ rustc --version
```

You should see the version number, commit hash, and commit date. If you just
installed version 1.2.0, you should see:
You should see the version number, commit hash, and commit date.

```bash
rustc 1.2.0 (082e47636 2015-08-03)
```

If you did, Rust has been installed successfully! Congrats!
If you do, Rust has been installed successfully! Congrats!

If you didn't and you're on Windows, check that Rust is in your %PATH% system
If you don'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,
repair, or remove installation" page and ensure "Add to PATH" is installed on
the local hard drive.
Expand Down

0 comments on commit f5a653e

Please sign in to comment.