Skip to content

Commit

Permalink
Updated README.md to include scoop installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miketvo committed Jul 14, 2023
1 parent 1492ee1 commit 1e8e6d8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@ Versatile image deduplicator.

---

## Download
## Download and Installation

### [Scoop](https://scoop.sh/) (Windows)

```bash
scoop bucket add scoop-miketvo https://github.com/miketvo/scoop-miketvo
```

```bash
scoop install scoop-miketvo/imdupes
```

### Portable Binaries
See [Releases](https://github.com/miketvo/imdupes-prototype/releases/) for latest versions.

Download and extract the archive containing the `imdupes` executable for your operating system. Currently, these OSes are supported:

- Windows 7 or higher
- Any Linux Distro with Kernel version 5.15 or higher

## Syntax

```text
Expand Down

0 comments on commit 1e8e6d8

Please sign in to comment.