Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b5462f

Browse files
ebrotoimsnif
authored andcommitted
docs(readme): Add MSRV and cargo installation instructions (#66)
1 parent dc5ca70 commit 6b5462f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ nix-env -iA nixpkgs.bandwhich
2525

2626
#### MacOS and other Linux flavours
2727

28+
`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).
29+
30+
The minimum supported Rust version is **1.39.0**.
31+
2832
```
2933
cargo install bandwhich
3034
```

0 commit comments

Comments
 (0)