mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2025-02-14 08:48:29 +01:00
Link to wr website
This commit is contained in:
parent
63402ef5c2
commit
2f059fc5ba
1 changed files with 4 additions and 7 deletions
|
@ -78,15 +78,12 @@ To work through this course, you'll need:
|
||||||
- [RustRover](https://www.jetbrains.com/rust/);
|
- [RustRover](https://www.jetbrains.com/rust/);
|
||||||
- [Visual Studio Code](https://code.visualstudio.com) with the [`rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension.
|
- [Visual Studio Code](https://code.visualstudio.com) with the [`rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension.
|
||||||
|
|
||||||
To verify your solutions, we've also provided a tool to guide you through the course.
|
### Workshop runner, `wr`
|
||||||
It is the `wr` CLI (short for "workshop runner").
|
|
||||||
Install it with:
|
|
||||||
|
|
||||||
```bash
|
To verify your solutions, we've also provided a tool to guide you through the course: the `wr` CLI, short for "workshop runner".
|
||||||
cargo install --locked workshop-runner
|
Install `wr` by following the instructions on [its website](https://mainmatter.github.io/rust-workshop-runner/).
|
||||||
```
|
|
||||||
|
|
||||||
In a new terminal, navigate back to the top-level folder of the repository.
|
Once you have `wr` installed, open a new terminal and navigate to the top-level folder of the repository.
|
||||||
Run the `wr` command to start the course:
|
Run the `wr` command to start the course:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue