Skip to content

Commit

Permalink
specifying rustc version requirement in pcli installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bekauz authored and hdevalence committed Nov 9, 2023
1 parent 4e6fd72 commit 0e18333
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/src/pcli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

### Installing the Rust toolchain

This requires that you install a recent stable version
This requires that you install a recent (>= 1.7.3) stable version
of the Rust compiler, installation instructions for which you can find
[here](https://www.rust-lang.org/learn/get-started). Don't forget to reload your shell so that
`cargo` is available in your `\$PATH`!

You can verify the rust compiler version by running `rustc --version` which should indicate version 1.7.3 or later.

`pcli` requires `rustfmt` as part of the build process --- depending on your
OS/install method for Rust, you may have to install that separately.

Expand Down

0 comments on commit 0e18333

Please sign in to comment.