mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
Update README.md
This commit is contained in:
parent
9664f4357c
commit
2f071c97b0
1 changed files with 2 additions and 6 deletions
|
@ -54,7 +54,7 @@ After installing Rustlings, run the following command to initialize the `rustlin
|
|||
rustlings init
|
||||
```
|
||||
|
||||
Now, go into the newly initialized directory and run Rustlings for further instructions on getting started with the exercises:
|
||||
Now, go into the newly initialized directory and launch Rustlings for further instructions on getting started with the exercises:
|
||||
|
||||
```bash
|
||||
cd rustlings/
|
||||
|
@ -72,11 +72,7 @@ Some exercises contain tests that need to pass for the exercise to be done.
|
|||
|
||||
### Watch Mode
|
||||
|
||||
To run the exercises, launch Rustlings:
|
||||
|
||||
```bash
|
||||
rustlings
|
||||
```
|
||||
After [initialization](#initialization), Rustlings can be launched by simply running the command `rustlings`.
|
||||
|
||||
This will start the _watch mode_ which walks you through the exercises in a predefined order (what we think is best for newcomers).
|
||||
It will rerun the current exercise automatically every time you change the exercise's file in the `exercises/` directory.
|
||||
|
|
Loading…
Reference in a new issue