From aaa2141e383ae058ef14d11da8e2a3e35419488f Mon Sep 17 00:00:00 2001 From: sreedev Date: Wed, 4 Jan 2023 20:59:46 -0500 Subject: [PATCH] updated README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5a3af0..bb6ddec 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Find, Sort, Filter & Delete duplicate files

- +

NOTE: This project is still being developed. At the moment, as shown in the screenshot below, deduplicator is able to scan through and list duplicates with and without caching. Contributions are welcome. - +

Usage

@@ -20,6 +20,18 @@ Options: -h, --help Print help information -V, --version Print version information ``` + +

Installation

+ +

Currently, deduplicator is only installable via rust's cargo package manager

+ +``` +cargo install deduplicator +``` +

+ note that if you use a version manager to install rust (like asdf), you need to reshim (`asdf reshim rust`). +

+

Performance