From 3042375504e8cb8215bf0da929fab7a6f3e770cc Mon Sep 17 00:00:00 2001 From: Jessica Stokes Date: Sun, 17 Mar 2019 21:24:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20cargo-based=20installation?= =?UTF-8?q?=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index ef4476c..8af88ef 100644 --- a/Readme.md +++ b/Readme.md @@ -10,6 +10,14 @@ This is a utility into which you can pipe the output from various checksum gener It understands both the BSD "tag" form, as well as the GNU Coreutils/Perl `shasum(1)` form of checksums, and has been tested with the output from macOS' `md5`, `shasum`, as well as GNU `md5sum`, `sha256sum`. +## Installation + +You'll need [Rust installed and ready to go](https://www.rust-lang.org/tools/install). + +```bash +cargo install coloursum +``` + ## Usage ```bash