diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-06-25 10:58:09 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-06-25 11:00:34 -0400 |
| commit | 845ee09dfe748302cb109729d9bcb51ee90e9c42 (patch) | |
| tree | 1ca851fcafb9ee14c978e4f8ff9c54d27457142a /src | |
| parent | 338a84d45f351f0feaa3f4d54542286817170311 (diff) | |
| download | rust-845ee09dfe748302cb109729d9bcb51ee90e9c42.tar.gz rust-845ee09dfe748302cb109729d9bcb51ee90e9c42.zip | |
fix feedback from @huonw
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index cc7e6352cfd..647e9cde5d7 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -33,6 +33,9 @@ Linux or a Mac, All you need to do is this: $ curl -s http://www.rust-lang.org/rustup.sh | sudo sh ``` +(If you're concerned about `curl | sudo sh`, please keep reading. Disclaimer +below.) + If you're on Windows, please [download this .exe and run it](http://static.rust-lang.org/dist/rust-nightly-install.exe). @@ -56,9 +59,10 @@ very upset when we tell you to `curl | sudo sh`. And they should be! Basically, when you do this, you are trusting that the good people who maintain Rust aren't going to hack your computer and do bad things. That's a good instinct! If you're one of those people, please check out the documentation on [building -Rust from Source](https://github.com/rust-lang/rust#building-from-source). And -we promise that this method will not be the way to install Rust forever: it's -just the easiest way to keep people updated while Rust is in its alpha state. +Rust from Source](https://github.com/rust-lang/rust#building-from-source), or +[the official binary downloads](http://www.rust-lang.org/install.html). And we +promise that this method will not be the way to install Rust forever: it's just +the easiest way to keep people updated while Rust is in its alpha state. Oh, we should also mention the officially supported platforms: |
