Skip to content

Commit 2f059fc

Browse files
Link to wr website
1 parent 63402ef commit 2f059fc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

book/src/01_intro/00_welcome.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,12 @@ To work through this course, you'll need:
7878
- [RustRover](https://www.jetbrains.com/rust/);
7979
- [Visual Studio Code](https://code.visualstudio.com) with the [`rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension.
8080

81-
To verify your solutions, we've also provided a tool to guide you through the course.
82-
It is the `wr` CLI (short for "workshop runner").
83-
Install it with:
81+
### Workshop runner, `wr`
8482

85-
```bash
86-
cargo install --locked workshop-runner
87-
```
83+
To verify your solutions, we've also provided a tool to guide you through the course: the `wr` CLI, short for "workshop runner".
84+
Install `wr` by following the instructions on [its website](https://mainmatter.github.io/rust-workshop-runner/).
8885

89-
In a new terminal, navigate back to the top-level folder of the repository.
86+
Once you have `wr` installed, open a new terminal and navigate to the top-level folder of the repository.
9087
Run the `wr` command to start the course:
9188

9289
```bash

0 commit comments

Comments
 (0)