From 892c37ead961a7e8cd11f589d4a51ea78339437e Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:03:45 +0100 Subject: [PATCH] Typo. --- book/src/01_intro/00_welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 33da833..277b1f3 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -71,7 +71,7 @@ automatically verify your solution. To work through this course, you'll need: -- [**Rust**](https://www.rust-lang.org/tools/install)). +- [**Rust**](https://www.rust-lang.org/tools/install). 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. - _(Optional but recommended)_ An IDE with Rust autocompletion support. We recommend one of the following: