diff options
| author | mo8it <mo8it@proton.me> | 2024-04-29 00:26:53 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-29 00:26:53 +0200 |
| commit | 8c60ac267e4483b952407dd5875475242438b42e (patch) | |
| tree | ed777a17020efdd170acc4aee3875cf266654fea | |
| parent | 3c7e7368b20f7c5c4b3b561b9fef8e0182280878 (diff) | |
Add working environment section
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -64,6 +64,21 @@ cd 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 The exercises are sorted by topic and can be found in the subdirectory `exercises/<topic>`. |
