Skip to content

Commit

Permalink
docs(readme): Add MSRV and cargo installation instructions (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroto authored and imsnif committed Jan 3, 2020
1 parent dc5ca70 commit 6b5462f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ nix-env -iA nixpkgs.bandwhich

#### MacOS and other Linux flavours

`bandwhich` can be installed using the Rust package manager, cargo. If it's not in your distro repositories or the available version is too old, you can install it via [rustup](https://rustup.rs/). You can find additional installation instructions [here](https://doc.rust-lang.org/book/ch01-01-installation.html).

The minimum supported Rust version is **1.39.0**.

```
cargo install bandwhich
```
Expand Down

0 comments on commit 6b5462f

Please sign in to comment.