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
7575While working with Rustlings, please use a modern terminal for the best user experience.
7676The default terminal on Linux and Mac should be sufficient.
7777On 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 ✅
1616Search for ` TODO ` and ` todo!() ` to find out what you need to change.
1717Ask for hints by entering ` h ` in the _ watch mode_ 💡
1818
19- ### Watch Mode
19+ ## Watch Mode
2020
2121After the [ initialization] ( @/setup/index.md#initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
2222
@@ -32,7 +32,7 @@ It will rerun the current exercise automatically every time you change the exerc
3232
3333</details >
3434
35- ### Exercise List
35+ ## Exercise List
3636
3737In the [ watch mode] ( #watch-mode ) (after launching ` rustlings ` ), you can enter ` l ` to open the interactive exercise list.
3838
You can’t perform that action at this time.
0 commit comments