mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-18 14:11:55 +02:00
Add note about releases
This commit is contained in:
parent
09a4dc8660
commit
903909de77
@ -3,12 +3,14 @@ Because I couldn't find a good program for my usecase, I wrote this simple Go pr
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
If you have go installed, the easiest way to install is `go get`:
|
If you have go installed, the easiest way to install and update is `go get`:
|
||||||
|
|
||||||
```
|
```
|
||||||
go get "github.com/JaCoB1123/dupe-finder"
|
go get -u "github.com/JaCoB1123/dupe-finder"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Otherwise you can download the latest binary from the [releases](https://github.com/JaCoB1123/dupe-finder/releases) page.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
dupe-finder supports the following options:
|
dupe-finder supports the following options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user