Skip to content

Commit c371b85

Browse files
author
marisa
authored
fix(default): Clarify the installation procedure
1 parent bc56788 commit c371b85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default_out.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1213
cargo install --force --path .
1314

1415
If you've done all of this (or even most of it), congrats! You're ready
1516
to start working with Rust.
1617

1718
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!

0 commit comments

Comments
 (0)