]> code.octet-stream.net Git - hashgood/commitdiff
Suggest enabling paste feature when using cargo install
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Wed, 13 Mar 2024 04:42:02 +0000 (15:42 +1100)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Wed, 13 Mar 2024 04:42:02 +0000 (15:42 +1100)
README.md

index 1ef94466d5f7eb49eb223aff945479580061091a..33cbdaf23b9ca9cd3a72f67e37711775d17e07d5 100644 (file)
--- 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.