From b4bf5d4fb3795e1d6a7ea4af90eb0226a89a79aa Mon Sep 17 00:00:00 2001 From: sreedev Date: Fri, 5 Jul 2024 04:33:10 +0000 Subject: [PATCH] docs updated --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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