From 6aae00e11ebb1b2afbfae8d97d0d3e83117fef66 Mon Sep 17 00:00:00 2001
From: Zerotask <Zerotask@users.noreply.github.com>
Date: Sat, 17 Apr 2021 15:09:54 +0200
Subject: [PATCH] docs: added hint for rustlings list command

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

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`.