Skip to content
Dom Del Nano edited this page Jun 5, 2016 · 2 revisions

goodman can be installed using go get. To do so run the following.

Make sure you have your $GOPATH env variable set

go get github.com/snikch/goodman
go build -o $GOPATH/bin/goodman github.com/snikch/goodman/cmd/goodman
Clone this wiki locally