Skip to content

Instantly share code, notes, and snippets.

@johnmccabe
Created February 17, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmccabe/c0f3b2e20306c7ed72df to your computer and use it in GitHub Desktop.
Save johnmccabe/c0f3b2e20306c7ed72df to your computer and use it in GitHub Desktop.
compiling go cli
mkdir ~/tmp_gopath_dir
cd ~/tmp_gopath_dir
export GOPATH=`pwd`
go get -d github.com/brooklyncentral/brooklyn-cli/br
cd $GOPATH/src/github.com/brooklyncentral/brooklyn-cli/br
godep go install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment