# hashgood
-CLI tool for easily verifying a downloaded file's checksum
+
+A CLI tool for easily verifying a downloaded file's checksum.
+
+For user documentation, pre-built binaries, and more information about the project's goals, please visit the [website](https://octet-stream.net/p/hashgood/).
+
+## Build or Install from Source
+
+`hashgood` is a standard Rust binary project that can be built with `cargo build --release`.
+
+If you are a developer with a Rust toolchain it is possible to build and install `hashgood` directly from crates.io:
+
+```
+cargo install hashgood
+```