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:
77- You have `~/.cargo/bin` added to your PATH variable
88- You have cloned this repository (https://github.com/rust-lang/rustlings)
99- 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:
1112
1213cargo install --force --path .
1314
1415If you've done all of this (or even most of it), congrats! You're ready
1516to start working with Rust.
1617
1718To 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