mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Add working environment section
This commit is contained in:
parent
3c7e7368b2
commit
8c60ac267e
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -64,6 +64,21 @@ cd rustlings/
|
||||||
rustlings
|
rustlings
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Working environment
|
||||||
|
|
||||||
|
### Editor
|
||||||
|
|
||||||
|
Our general recommendation is [VS Code](https://code.visualstudio.com/) with the [rust-analyzer plugin](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer).
|
||||||
|
But any editor that supports [rust-analyzer](https://rust-analyzer.github.io/) should be enough for working on the exercises.
|
||||||
|
|
||||||
|
### Terminal
|
||||||
|
|
||||||
|
While working with Rustlings, please use a modern terminal for the best user experience.
|
||||||
|
The default terminal on Linux and Mac should be sufficient.
|
||||||
|
On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
|
||||||
|
|
||||||
|
If you use VS Code, the builtin terminal should also be fine.
|
||||||
|
|
||||||
## Doing exercises
|
## Doing exercises
|
||||||
|
|
||||||
The exercises are sorted by topic and can be found in the subdirectory `exercises/<topic>`.
|
The exercises are sorted by topic and can be found in the subdirectory `exercises/<topic>`.
|
||||||
|
|
Loading…
Reference in a new issue