summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```