# HG changeset patch # User Mikael Berthe # Date 1538304800 -7200 # Node ID 9962a52201ba19175e5e679559770bcb9b2a2388 # Parent 6d8bbf024448834500bebd6ccb462dc7f76c559a Update README diff -r 6d8bbf024448 -r 9962a52201ba README.md --- a/README.md Sat Apr 07 21:49:38 2018 +0200 +++ b/README.md Sun Sep 30 12:53:20 2018 +0200 @@ -1,8 +1,9 @@ # goduf Goduf is a fast duplicate file finder. +It is a command line tool. -[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/goduf/master/LICENSE) +[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://raw.githubusercontent.com/McKael/goduf/master/LICENSE) [![Build Status](https://travis-ci.org/McKael/goduf.svg?branch=master)](https://travis-ci.org/McKael/goduf) ## Usage @@ -54,7 +55,7 @@ Use `goduf -h` to get the list of available options. -*Note for Windows users*: goduf does not normalize paths on Windows, so be careful not to specify the same path twice. +*Note for Windows users:* goduf does not normalize paths on Windows, so be careful not to specify the same path twice. On Linux, hard links are automatically excluded. @@ -63,11 +64,16 @@ From the Github mirror: ``` -% go get hg.lilotux.net/golang/mikael/goduf +% go get github.com/McKael/goduf ``` From my Mercurial repository (upstream): ``` -% go get github.com/McKael/goduf +% hg clone https://hg.lilotux.net/golang/mikael/goduf +% cd goduf +% go build ``` + +Please note that if you're not using Go v1.11 yet, you should clone the +repository in your $GOPATH.