summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarisa <mokou@fastmail.com>2021-04-20 11:10:38 +0200
committerGitHub <noreply@github.com>2021-04-20 11:10:38 +0200
commit3a06de71a8803d1f262f0783edb0cca4a93226df (patch)
treebc8c1514f930ea36f51d4ebc3a477cb1b54619ae
parent5e2b39a5c1be25c6088c3a10bc7caf927ec7ea52 (diff)
parente2c41903ad491df5c0c59c389e3f568dd2485611 (diff)
Merge pull request #708 from Zerotask/list-command-added-to-readme
docs: added hint for rustlings list command
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed0095c..760565e 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`.