about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-10-09 04:43:31 +0000
committerbors <bors@rust-lang.org>2015-10-09 04:43:31 +0000
commita03e0ee657471cf85447f3266c0dedb78f39bea8 (patch)
treeeabbf2df24b42f7e3217bb66f0d53c7e20312a8a
parent9f37fbc7433f74ecb4ab11451a2311cc93b9ed88 (diff)
parentf5a653e46f90378b98b5525f9c936fe1de87f7f7 (diff)
downloadrust-a03e0ee657471cf85447f3266c0dedb78f39bea8.tar.gz
rust-a03e0ee657471cf85447f3266c0dedb78f39bea8.zip
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.
-rw-r--r--src/doc/trpl/installing-rust.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md
index 366069ac9a3..8095db54a38 100644
--- a/src/doc/trpl/installing-rust.md
+++ b/src/doc/trpl/installing-rust.md
@@ -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.