Skip to content

Commit

Permalink
Merge pull request #51 from medyagh/Improve_sdeveloper_setup
Browse files Browse the repository at this point in the history
Improving developer setup for those not setup gopath bin
  • Loading branch information
rmb938 committed May 11, 2018
2 parents b4562b2 + 80ffb0f commit 7c4d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -5,6 +5,7 @@ developer-setup: setup-source create-pre-commit-hooks ## Run this only once. Dow

setup-source:
echo "Installing glide"
mkdir $(GOPATH)/bin
curl https://glide.sh/get | sh
echo "Installing goimports"
go get golang.org/x/tools/cmd/goimports
Expand Down

0 comments on commit 7c4d3f4

Please sign in to comment.