Skip to content

Commit

Permalink
Link directly to other installation page. Fixes #1609
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Jul 21, 2021
1 parent eac5531 commit a01b23f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ch01-01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ The first step is to install Rust. We’ll download Rust through `rustup`, a
command line tool for managing Rust versions and associated tools. You’ll need
an internet connection for the download.

> Note: If you prefer not to use `rustup` for some reason, please see [the Rust
> installation page](https://www.rust-lang.org/tools/install) for other options.
> Note: If you prefer not to use `rustup` for some reason, please see the
> [Other Rust Installation Methods page][install] for more options.
[install]: https://forge.rust-lang.org/infra/other-installation-methods.html

The following steps install the latest stable version of the Rust compiler.
Rust’s stability guarantees ensure that all the examples in the book that
Expand Down

0 comments on commit a01b23f

Please sign in to comment.