Add a hint about opening the book offline

This commit is contained in:
mo8it 2026-05-11 12:13:53 +02:00
parent a40a4dd43b
commit e38c82ccbb

View File

@ -14,7 +14,7 @@ This will also install _Cargo_, Rust's package/project manager.
> >
> Debian: `sudo apt install gcc`\ > Debian: `sudo apt install gcc`\
> Fedora: `sudo dnf 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` > 🍎 If you are on **MacOS**, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
## Installing Rustlings ## Installing Rustlings
@ -75,7 +75,7 @@ On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
### Offline documentation ### 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 ## Usage