summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorebroto <ebroto@tutanota.com>2020-01-03 20:02:45 +0100
committerAram Drevekenin <aram@poor.dev>2020-01-03 20:02:45 +0100
commit6b5462fe087734f05b915ecc7211d8ad3d01b3ff (patch)
tree969e86c66a6c720ace1e83952414fb57da7c38c0 /README.md
parentdc5ca705a88f7b2b820ff7e0c99be6a902eb02bb (diff)
docs(readme): Add MSRV and cargo installation instructions (#66)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce8151c..771d586 100644
--- a/README.md
+++ b/README.md
@@ -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
```