diff --git a/README.md b/README.md index 5be4387..8c07d80 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,15 @@ deduplicator ~/Media --min-size 100mb #### Stable +> [!WARNING] Note from GxHash: GxHash relies on aes hardware acceleration, you must make sure the aes feature is enabled when building (otherwise it won't build). This can be done by setting the RUSTFLAGS environment variable to -C target-feature=+aes or -C target-cpu=native (the latter should work if your CPU is properly recognized by rustc, which is the case most of the time). +> please install version `0.2.1` if you are unable to install `0.2.2` + ```bash -$ cargo install deduplicator +$ RUSTFLAGS="-C target-cpu=native" cargo install deduplicator ``` +> [!] + #### Nightly if you'd like to install with nightly features, you can use