From e38c82ccbb92829204c1a9dd5e01baf09c6af1e2 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 11 May 2026 12:13:53 +0200 Subject: [PATCH] Add a hint about opening the book offline --- website/content/setup/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/setup/index.md b/website/content/setup/index.md index 8147ff56..7595b628 100644 --- a/website/content/setup/index.md +++ b/website/content/setup/index.md @@ -14,7 +14,7 @@ This will also install _Cargo_, Rust's package/project manager. > > Debian: `sudo apt install gcc`\ > Fedora: `sudo dnf install gcc` - +> > 🍎 If you are on **MacOS**, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install` ## Installing Rustlings @@ -75,7 +75,7 @@ On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal). ### Offline documentation -Whenever you're working on Rustlings offline, you can access a local copy of the standard library documentation by running `rustup doc --std`. +Whenever you're working on Rustlings offline, you can access a local copy of the book or the standard library documentation by running `rustup doc --book` or `rustup doc --std`. ## Usage