From 486096e94e1d40c5892005a187c75f552b59666f Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:10:24 +0100 Subject: [PATCH] chore: Link to wr's website to avoid installing from source --- book/src/01_intro/00_welcome.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 33da833..8986900 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -78,15 +78,10 @@ To work through this course, you'll need: - [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. -To verify your solutions, we've also provided a tool to guide you through the course. -It is the `wr` CLI (short for "workshop runner"). -Install it with: +To verify your solutions, we've also provided a tool to guide you through the course: the `wr` CLI, short for "workshop runner". +Install `wr` by following the instructions on [its website](https://mainmatter.github.io/rust-workshop-runner/). -```bash -cargo install --locked 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: ```bash