1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-05-16 09:38:12 +02:00

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
+2 -2
View File
@@ -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