summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZerotask <Zerotask@users.noreply.github.com>2021-04-18 16:07:30 +0200
committerZerotask <Zerotask@users.noreply.github.com>2021-04-18 16:07:30 +0200
commite2c41903ad491df5c0c59c389e3f568dd2485611 (patch)
tree574d8d34ea7f3e3340b86e8416b7bccc2d1a396d /README.md
parentf2ad3a6a0bb0d7f669f305f03e4da4994ad49eb1 (diff)
docs: added hint for rustlings list command
Added hint for `rustlings list` to the "Doing exercises" section.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ffef48..19ec6ce 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,11 @@ exercise:
rustlings hint myExercise1
```
+To check your progress, you can run the following command:
+```bash
+rustlings list
+```
+
## Testing yourself
After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. These quizzes are found in `exercises/quizN.rs`.