brew install golang
# For info on building go programs, see: https://golang.org/doc/code.html#GOPATH
mkdir build-hound
cd build-hound
mkdir src bin
export GOPATH=$PWD
export PATH=$GOPATH/bin
mkdir -p src/github.com/etsy
cd src/github.com/etsy
git clone https://github.com/etsy/hound
cd $GOPATH/src
go install github.com/etsy/hound/cmds/houndd
go install github.com/etsy/hound/cmds/hound
# binaries are installed in $GOPATH/bin
Created
October 21, 2015 15:32
-
-
Save erantapaa/a729ad84e901831acce0 to your computer and use it in GitHub Desktop.
installing etsy/hound
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment