X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/1519fdaacd380be03c2e24128027cf97de6e02f6..HEAD:/README.md?ds=inline diff --git a/README.md b/README.md index cc4e359..33cbdaf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ This program arose from dissatisfaction with the [workarounds required for tradi ## Installing +If you have a working Rust toolchain you can install `hashgood` from crates.io: + +``` +cargo install hashgood --features paste +``` + Pre-compiled binaries for common platforms can be downloaded [from the releases page](https://github.com/thombles/hashgood/releases). Otherwise you can build it yourself; see the next section. ## Compiling