just used go get to install, works brilliantly

This commit is contained in:
Marcin Dąbrowski 2020-04-22 13:22:37 +02:00 committed by GitHub
parent f837a37497
commit ac613ae5a3
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