summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-26 03:25:31 +0200
committermo8it <mo8it@proton.me>2024-04-26 03:25:31 +0200
commit2f071c97b05a324cebe5fc91bd941b231597c7e1 (patch)
treea5e00b63a8ecdbf8e9c5c20bfaddc4d227ba1ca6 /README.md
parent9664f4357c85b6f3384ee697f56f1c6b458b1f0b (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1c53e4e..3fd5d24 100644
--- a/README.md
+++ b/README.md
@@ -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.