File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,7 @@ But any editor that supports [rust-analyzer](https://rust-analyzer.github.io/) s
75
75
While working with Rustlings, please use a modern terminal for the best user experience.
76
76
The default terminal on Linux and Mac should be sufficient.
77
77
On Windows, we recommend the [ Windows Terminal] ( https://aka.ms/terminal ) .
78
+
79
+ ## Usage
80
+
81
+ After being done with the setup, visit the [ ** usage** ] ( @/usage/index.md ) page for some info about using Rustlings 🚀
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Some exercises contain tests that need to pass for the exercise to be done ✅
16
16
Search for ` TODO ` and ` todo!() ` to find out what you need to change.
17
17
Ask for hints by entering ` h ` in the _ watch mode_ 💡
18
18
19
- ### Watch Mode
19
+ ## Watch Mode
20
20
21
21
After the [ initialization] ( @/setup/index.md#initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
22
22
@@ -32,7 +32,7 @@ It will rerun the current exercise automatically every time you change the exerc
32
32
33
33
</details >
34
34
35
- ### Exercise List
35
+ ## Exercise List
36
36
37
37
In the [ watch mode] ( #watch-mode ) (after launching ` rustlings ` ), you can enter ` l ` to open the interactive exercise list.
38
38
You can’t perform that action at this time.
0 commit comments