File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 338a84d45f351f0feaa3f4d54542286817170311
8
+ refs/heads/try2: 845ee09dfe748302cb109729d9bcb51ee90e9c42
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ Linux or a Mac, All you need to do is this:
33
33
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
34
34
```
35
35
36
+ (If you're concerned about ` curl | sudo sh ` , please keep reading. Disclaimer
37
+ below.)
38
+
36
39
If you're on Windows, please [ download this .exe and run
37
40
it] ( http://static.rust-lang.org/dist/rust-nightly-install.exe ) .
38
41
@@ -56,9 +59,10 @@ very upset when we tell you to `curl | sudo sh`. And they should be! Basically,
56
59
when you do this, you are trusting that the good people who maintain Rust
57
60
aren't going to hack your computer and do bad things. That's a good instinct!
58
61
If you're one of those people, please check out the documentation on [ building
59
- Rust from Source] ( https://github.com/rust-lang/rust#building-from-source ) . And
60
- we promise that this method will not be the way to install Rust forever: it's
61
- just the easiest way to keep people updated while Rust is in its alpha state.
62
+ Rust from Source] ( https://github.com/rust-lang/rust#building-from-source ) , or
63
+ [ the official binary downloads] ( http://www.rust-lang.org/install.html ) . And we
64
+ promise that this method will not be the way to install Rust forever: it's just
65
+ the easiest way to keep people updated while Rust is in its alpha state.
62
66
63
67
Oh, we should also mention the officially supported platforms:
64
68
You can’t perform that action at this time.
0 commit comments