diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 3ef6a74..218f349 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -78,15 +78,10 @@ automatically verify your solution. ### `wr`, the workshop runner -To verify your solutions, we've provided a tool that will 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