]> code.octet-stream.net Git - hashgood/blob - README.md
Update README and metadata in preparation for future 0.5.0 release
[hashgood] / README.md
1 # hashgood
2
3 A CLI tool for easily verifying a downloaded file's checksum.
4
5 For user documentation, pre-built binaries, and more information about the project's goals, please visit the [website](https://octet-stream.net/p/hashgood/).
6
7 ## Build or Install from Source
8
9 `hashgood` is a standard Rust binary project that can be built with `cargo build --release`.
10
11 If you are a developer with a Rust toolchain it is possible to build and install `hashgood` directly from crates.io:
12
13 ```
14 cargo install hashgood
15 ```