From 903909de77b2aef17469cb9ea53f2039b636a8ce Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sat, 21 Nov 2020 22:05:06 +0100 Subject: [PATCH] Add note about releases --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32020b0..4c284d0 100644 --- a/README.md +++ b/README.md @@ -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: