File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ Let's make sure you're up to speed:
7
7
- You have `~/.cargo/bin` added to your PATH variable
8
8
- You have cloned this repository (https://github.com/rust-lang/rustlings)
9
9
- You have installed Rust language support for your editor
10
- - You have locally installed the `rustlings` command by running:
10
+ - You have locally installed the `rustlings` command by running an
11
+ installation script or manually executing:
11
12
12
13
cargo install --force --path .
13
14
14
15
If you've done all of this (or even most of it), congrats! You're ready
15
16
to start working with Rust.
16
17
17
18
To get started, run `rustlings watch` in order to get the first exercise.
18
- Make sure to have your editor open!
19
+ Make sure to have your editor open!
You can’t perform that action at this time.
0 commit comments