Skip to content

Commit 8339007

Browse files
committed
Update setup and usage
1 parent 23b9aa3 commit 8339007

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/content/setup/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ But any editor that supports [rust-analyzer](https://rust-analyzer.github.io/) s
7575
While working with Rustlings, please use a modern terminal for the best user experience.
7676
The default terminal on Linux and Mac should be sufficient.
7777
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 🚀

website/content/usage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Some exercises contain tests that need to pass for the exercise to be done ✅
1616
Search for `TODO` and `todo!()` to find out what you need to change.
1717
Ask for hints by entering `h` in the _watch mode_ 💡
1818

19-
### Watch Mode
19+
## Watch Mode
2020

2121
After 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

3737
In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` to open the interactive exercise list.
3838

0 commit comments

Comments
 (0)