- Linux, Unix, OS X or Windows
- The Golang compiler tools (1.13+ recommended)
Checkout the repository and then run the following to build the latest versions of all binaries. They will be installed to your Golang binary path, which usually has a default of ~/go/bin
. You can define the $GOBIN
environment variable to change this.
go generate ./...
go install ./...