From af5c8821ea07c2c6b91a24d486080e890c6cf0e3 Mon Sep 17 00:00:00 2001 From: darkcomet76 Date: Wed, 19 Dec 2018 05:29:18 -0500 Subject: [PATCH] Added additional information to index.md (#25375) Added information for offline rust documentation --- guide/english/rust/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/rust/index.md b/guide/english/rust/index.md index d5974fd9ad..3685bfc322 100644 --- a/guide/english/rust/index.md +++ b/guide/english/rust/index.md @@ -14,6 +14,8 @@ The developers of rust make it extremely easy to install and manage rust on your The official installation documentation can be found [here](https://doc.rust-lang.org/book/second-edition/ch01-01-installation.html). +This documentation can also be accessed offline by running ``` rustup doc ``` after installation. + ### Linux or Mac If you're running Linux or Mac, installation of `rustup` is best done through the terminal: