You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/01_intro/00_welcome.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -78,15 +78,12 @@ To work through this course, you'll need:
78
78
-[RustRover](https://www.jetbrains.com/rust/);
79
79
-[Visual Studio Code](https://code.visualstudio.com) with the [`rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension.
80
80
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`
84
82
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/).
88
85
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.
0 commit comments