mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-06 13:54:47 +00:00
Update setup and usage
This commit is contained in:
parent
23b9aa3a15
commit
8339007633
@ -75,3 +75,7 @@ But any editor that supports [rust-analyzer](https://rust-analyzer.github.io/) s
|
|||||||
While working with Rustlings, please use a modern terminal for the best user experience.
|
While working with Rustlings, please use a modern terminal for the best user experience.
|
||||||
The default terminal on Linux and Mac should be sufficient.
|
The default terminal on Linux and Mac should be sufficient.
|
||||||
On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
|
On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
After being done with the setup, visit the [**usage**](@/usage/index.md) page for some info about using Rustlings 🚀
|
||||||
|
@ -16,7 +16,7 @@ Some exercises contain tests that need to pass for the exercise to be done ✅
|
|||||||
Search for `TODO` and `todo!()` to find out what you need to change.
|
Search for `TODO` and `todo!()` to find out what you need to change.
|
||||||
Ask for hints by entering `h` in the _watch mode_ 💡
|
Ask for hints by entering `h` in the _watch mode_ 💡
|
||||||
|
|
||||||
### Watch Mode
|
## Watch Mode
|
||||||
|
|
||||||
After the [initialization](@/setup/index.md#initialization), Rustlings can be launched by simply running the command `rustlings`.
|
After the [initialization](@/setup/index.md#initialization), Rustlings can be launched by simply running the command `rustlings`.
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ It will rerun the current exercise automatically every time you change the exerc
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### Exercise List
|
## Exercise List
|
||||||
|
|
||||||
In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` to open the interactive exercise list.
|
In the [watch mode](#watch-mode) (after launching `rustlings`), you can enter `l` to open the interactive exercise list.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user