File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The first step to using Rust is to install it! There are a number of ways to
4
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):
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.
7
11
8
12
``` bash
9
13
$ curl -sf -L https://static.rust-lang.org/rustup.sh | sh
You can’t perform that action at this time.
0 commit comments