Merge pull request #4 from cachho/patch-1

docs: 'go get' is no longer supported outside a module
This commit is contained in:
Sam Kenny 2022-12-24 17:58:25 +11:00 committed by GitHub
commit 6ee103cfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ Installation
You need a working [Go](https://golang.org/) installation (I used Go 1.12 on Ubuntu Linux 18.04)
For Go >= 1.17, you can install the tool and required libraries with:
go install github.com/sammiq/dec-decode@latest
For Go < 1.11 the you will need to install the required libraries manually:
go get github.com/jessevdk/go-flags