mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-05 20:28:10 +01:00
Tense in README
Don't see why run should be past tense. At least in my native General American dialect it shouldn't be.
This commit is contained in:
parent
17690b3add
commit
8c0fe59c90
@ -53,7 +53,7 @@ Then, same as above, run `rustlings` to get started.
|
|||||||
|
|
||||||
The exercises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.
|
The exercises are sorted by topic and can be found in the subdirectory `rustlings/exercises/<topic>`. For every topic there is an additional README file with some resources to get you started on the topic. We really recommend that you have a look at them before you start.
|
||||||
|
|
||||||
The task is simple. Most exercises contain an error that keep it from compiling, and it's up to you to fix it! Some exercises are also ran as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
|
The task is simple. Most exercises contain an error that keep it from compiling, and it's up to you to fix it! Some exercises are also run as tests, but rustlings handles them all the same. To run the exercises in the recommended order, execute:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rustlings watch
|
rustlings watch
|
||||||
|
Loading…
Reference in New Issue
Block a user