Skip to content

Commit

Permalink
πŸ“ Add cargo-based installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Mar 18, 2019
1 parent 61c9b16 commit 3042375
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3042375

Please sign in to comment.