From: Thomas Karpiniec Date: Wed, 13 Mar 2024 04:42:02 +0000 (+1100) Subject: Suggest enabling paste feature when using cargo install X-Git-Url: https://code.octet-stream.net/hashgood/commitdiff_plain/a3d2b56ef2a311799ec802d1bc2075641eb5334d?ds=sidebyside Suggest enabling paste feature when using cargo install --- diff --git a/README.md b/README.md index 1ef9446..33cbdaf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This program arose from dissatisfaction with the [workarounds required for tradi If you have a working Rust toolchain you can install `hashgood` from crates.io: ``` -cargo install hashgood +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.