Skip to content

Commit 78c4d53

Browse files
committed
Auto merge of #25882 - steveklabnik:gh25554, r=alexcrichton
Fixes #25554
2 parents ee1ba33 + b218470 commit 78c4d53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/doc/trpl/installing-rust.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
The first step to using Rust is to install it! There are a number of ways to
44
install Rust, but the easiest is to use the `rustup` script. If you're on Linux
5-
or a Mac, all you need to do is this (note that you don't need to type in the
6-
`$`s, they just indicate the start of each command):
5+
or a Mac, all you need to do is this:
6+
7+
> Note: you don't need to type in the `$`s, they just indicate the start of
8+
> each command. You’ll see many tutorials and examples around the web that
9+
> follow this convention: `$` for commands run as your regular user, and
10+
> `#` for commands you should be running as an administrator.
711
812
```bash
913
$ curl -sf -L https://static.rust-lang.org/rustup.sh | sh

0 commit comments

Comments
 (0)