From 6b5462fe087734f05b915ecc7211d8ad3d01b3ff Mon Sep 17 00:00:00 2001 From: ebroto Date: Fri, 3 Jan 2020 20:02:45 +0100 Subject: [PATCH] docs(readme): Add MSRV and cargo installation instructions (#66) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce8151cca..771d586c3 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 ```