From a3d2b56ef2a311799ec802d1bc2075641eb5334d Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Wed, 13 Mar 2024 15:42:02 +1100 Subject: [PATCH] Suggest enabling paste feature when using cargo install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5