File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed 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:
3333$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
3434```
3535
36+ (If you're concerned about ` curl | sudo sh ` , please keep reading. Disclaimer
37+ below.)
38+
3639If you're on Windows, please [ download this .exe and run
3740it] ( http://static.rust-lang.org/dist/rust-nightly-install.exe ) .
3841
@@ -56,9 +59,10 @@ very upset when we tell you to `curl | sudo sh`. And they should be! Basically,
5659when you do this, you are trusting that the good people who maintain Rust
5760aren't going to hack your computer and do bad things. That's a good instinct!
5861If 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.
6266
6367Oh, we should also mention the officially supported platforms:
6468
You can’t perform that action at this time.
0 commit comments