@@ -24,11 +24,9 @@ $ sh rustup.sh
24
24
25
25
[ insecurity ] : http://curlpipesh.tumblr.com
26
26
27
- If you're on Windows, please download either the [ 32-bit installer] [ win32 ] or
28
- the [ 64-bit installer] [ win64 ] and run it.
27
+ If you're on Windows, please download the appropriate [ installer] [ install-page ] .
29
28
30
- [ win32 ] : https://static.rust-lang.org/dist/rust-1.0.0-i686-pc-windows-gnu.msi
31
- [ win64 ] : https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi
29
+ [ install-page ] : http://www.rust-lang.org/install.html
32
30
33
31
## Uninstalling
34
32
@@ -51,7 +49,6 @@ documentation on [building Rust from Source][from-source], or [the official
51
49
binary downloads] [ install-page ] .
52
50
53
51
[ from-source ] : https://github.com/rust-lang/rust#building-from-source
54
- [ install-page ] : http://www.rust-lang.org/install.html
55
52
56
53
Oh, we should also mention the officially supported platforms:
57
54
@@ -75,10 +72,11 @@ If you've got Rust installed, you can open up a shell, and type this:
75
72
$ rustc --version
76
73
```
77
74
78
- You should see the version number, commit hash, commit date and build date:
75
+ You should see the version number, commit hash, and commit date. If you just
76
+ installed version 1.0.0, you should see:
79
77
80
78
``` bash
81
- rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14)
79
+ rustc 1.0.0 (a59de37e9 2015-05-13)
82
80
```
83
81
84
82
If you did, Rust has been installed successfully! Congrats!
0 commit comments