@@ -20,11 +20,9 @@ $ sh rustup.sh
20
20
21
21
[ insecurity ] : http://curlpipesh.tumblr.com
22
22
23
- If you're on Windows, please download either the [ 32-bit installer] [ win32 ] or
24
- the [ 64-bit installer] [ win64 ] and run it.
23
+ If you're on Windows, please download the appropriate [ installer] [ install-page ] .
25
24
26
- [ win32 ] : https://static.rust-lang.org/dist/rust-1.0.0-beta-i686-pc-windows-gnu.msi
27
- [ win64 ] : https://static.rust-lang.org/dist/rust-1.0.0-beta-x86_64-pc-windows-gnu.msi
25
+ [ install-page ] : http://www.rust-lang.org/install.html
28
26
29
27
## Uninstalling
30
28
@@ -44,10 +42,9 @@ Some people, and somewhat rightfully so, get very upset when we tell you to
44
42
people who maintain Rust aren't going to hack your computer and do bad things.
45
43
That's a good instinct! If you're one of those people, please check out the
46
44
documentation on [ building Rust from Source] [ from source ] , or [ the official
47
- binary downloads] [ install page ] .
45
+ binary downloads] [ install- page ] .
48
46
49
47
[ from source ] : https://github.com/rust-lang/rust#building-from-source
50
- [ install page ] : http://www.rust-lang.org/install.html
51
48
52
49
Oh, we should also mention the officially supported platforms:
53
50
@@ -71,10 +68,11 @@ If you've got Rust installed, you can open up a shell, and type this:
71
68
$ rustc --version
72
69
```
73
70
74
- You should see the version number, commit hash, commit date and build date:
71
+ You should see the version number, commit hash, and commit date. If you just
72
+ installed version 1.0.0, you should see:
75
73
76
74
``` bash
77
- rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02 )
75
+ rustc 1.0.0 (a59de37e9 2015-05-13 )
78
76
```
79
77
80
78
If you did, Rust has been installed successfully! Congrats!
0 commit comments