Skip to content

Commit 486096e

Browse files
chore: Link to wr's website to avoid installing from source
1 parent 97dffa6 commit 486096e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

book/src/01_intro/00_welcome.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,10 @@ 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+
To verify your solutions, we've also provided a tool to guide you through the course: the `wr` CLI, short for "workshop runner".
82+
Install `wr` by following the instructions on [its website](https://mainmatter.github.io/rust-workshop-runner/).
8483

85-
```bash
86-
cargo install --locked workshop-runner
87-
```
88-
89-
In a new terminal, navigate back to the top-level folder of the repository.
84+
Once you have `wr` installed, open a new terminal and navigate to the top-level folder of the repository.
9085
Run the `wr` command to start the course:
9186

9287
```bash

0 commit comments

Comments
 (0)