Skip to content

Commit e38c82c

Browse files
committed
Add a hint about opening the book offline
1 parent a40a4dd commit e38c82c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/content/setup/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This will also install _Cargo_, Rust's package/project manager.
1414
>
1515
> Debian: `sudo apt install gcc`\
1616
> Fedora: `sudo dnf install gcc`
17-
17+
>
1818
> 🍎 If you are on **MacOS**, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
1919
2020
## Installing Rustlings
@@ -75,7 +75,7 @@ On Windows, we recommend the [Windows Terminal](https://aka.ms/terminal).
7575

7676
### Offline documentation
7777

78-
Whenever you're working on Rustlings offline, you can access a local copy of the standard library documentation by running `rustup doc --std`.
78+
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`.
7979

8080
## Usage
8181

0 commit comments

Comments
 (0)