diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:14:51 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:14:51 +0530 |
| commit | 85d836a2b2b0a4c154ed2c11cb9d7ce143802a91 (patch) | |
| tree | e62223edc5e29eaa80db16f40ef2eca8176061c1 | |
| parent | cc6ef80fa4b04ad8247091c19b2c380c7fc5306a (diff) | |
| parent | 8934c9b560190f06254be9cefba35a8cd300e3f1 (diff) | |
| download | rust-85d836a2b2b0a4c154ed2c11cb9d7ce143802a91.tar.gz rust-85d836a2b2b0a4c154ed2c11cb9d7ce143802a91.zip | |
Rollup merge of #23279 - steveklabnik:gh23244, r=alexcrichton
Fixes #23244
| -rw-r--r-- | src/doc/trpl/installing-rust.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index 6aa4bba6fa6..0dc83f95f43 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -78,6 +78,11 @@ rustc 1.0.0-nightly (f11f3e7ba 2015-01-04) (built 2015-01-06) If you did, Rust has been installed successfully! Congrats! +This installer also installs a copy of the documentation locally, so you can +read it offline. On UNIX systems, `/usr/local/share/doc/rust` is the location. +On Windows, it's in a `share/doc` directory, inside wherever you installed Rust +to. + If not, there are a number of places where you can get help. The easiest is [the #rust IRC channel on irc.mozilla.org](irc://irc.mozilla.org/#rust), which you can access through |
