Skip to content

Commit 2a3153c

Browse files
committed
---
yaml --- r: 121796 b: refs/heads/snap-stage3 c: 845ee09 h: refs/heads/master v: v3
1 parent 241789c commit 2a3153c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: d0983872efeea757600031a081a2eff9676fe895
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 338a84d45f351f0feaa3f4d54542286817170311
4+
refs/heads/snap-stage3: 845ee09dfe748302cb109729d9bcb51ee90e9c42
55
refs/heads/try: 18dc3bc9e3314a250c0718ab329938e676410cdf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/doc/guide.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
3639
If you're on Windows, please [download this .exe and run
3740
it](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,
5659
when you do this, you are trusting that the good people who maintain Rust
5760
aren't going to hack your computer and do bad things. That's a good instinct!
5861
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.
6266

6367
Oh, we should also mention the officially supported platforms:
6468

0 commit comments

Comments
 (0)