Update the README.md for "rustlings hint next".

This commit is contained in:
Ricthofen 2021-06-30 01:00:47 -04:00
parent 7bcd94b3e2
commit 52a72385aa

View file

@ -110,6 +110,12 @@ exercise:
rustlings hint myExercise1
```
You can also get the hint for the next unsolved exercise with the following command:
``` bash
rustlings hint next
```
To check your progress, you can run the following command:
```bash
rustlings list