Skip to content

Commit dff9f55

Browse files
authored
Add install steps to the welcome page (mainmatter#196)
1 parent 9d83576 commit dff9f55

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

book/src/01_intro/00_welcome.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,18 @@ Each exercise is structured as a Rust package.
6767
The package contains the exercise itself, instructions on what to do (in `src/lib.rs`), and a test suite to
6868
automatically verify your solution.
6969

70-
### `wr`, the workshop runner
70+
### Tools
7171

72-
To verify your solutions, we've provided a tool that will guide you through the course.
72+
To work through this course, you'll need:
73+
74+
- [**Rust**](https://www.rust-lang.org/tools/install)).
75+
If `rustup` is already installed on your system, run `rustup update` (or another appropriate command depending on how you installed Rust on your system) to ensure you're running on the latest stable version.
76+
- _(Optional but recommended)_ An IDE with Rust autocompletion support.
77+
We recommend one of the following:
78+
- [RustRover](https://www.jetbrains.com/rust/);
79+
- [Visual Studio Code](https://code.visualstudio.com) with the [`rust-analyzer`](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) extension.
80+
81+
To verify your solutions, we've also provided a tool to guide you through the course.
7382
It is the `wr` CLI (short for "workshop runner").
7483
Install it with:
7584

0 commit comments

Comments
 (0)