We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1ba33 + b218470 commit 78c4d53Copy full SHA for 78c4d53
src/doc/trpl/installing-rust.md
@@ -2,8 +2,12 @@
2
3
The first step to using Rust is to install it! There are a number of ways to
4
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):
+or a Mac, all you need to do is this:
+
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.
11
12
```bash
13
$ curl -sf -L https://static.rust-lang.org/rustup.sh | sh
0 commit comments