Merge pull request #3 from mardab/patch-1

just used go get to install, works brilliantly
This commit is contained in:
Sam Kenny 2020-06-20 16:16:08 +10:00 committed by GitHub
commit cf3ccaf46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,12 @@ For Go < 1.11 the you will need to install the required libraries manually:
go get github.com/jessevdk/go-flags
Build the tool with:
Get the tool quickly with:
go get github.com/sammiq/dec-decode
Alternatively, you can clone this repository and build the tool with:
go install