Add note about releases

This commit is contained in:
Jan Bader 2020-11-21 22:05:06 +01:00 committed by GitHub
parent 09a4dc8660
commit 903909de77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,14 @@ Because I couldn't find a good program for my usecase, I wrote this simple Go pr
## 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
dupe-finder supports the following options: