Commit 9f8d15f3 authored by Brian Waldon's avatar Brian Waldon

Merge pull request #160 from philips/add-go-bindata-instructions

build: add install instructions for go-bindata
parents 70eb87d8 bf294d67
...@@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then ...@@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then
gofmt -w ./db/migrations/assets.go gofmt -w ./db/migrations/assets.go
else else
echo "Could not find go-bindata in path, will not generate migrations" echo "Could not find go-bindata in path, will not generate migrations"
echo "Install go-bindata with: go get -u github.com/jteeuwen/go-bindata/..."
fi fi
rm -rf $GOPATH/src/github.com/coreos/dex rm -rf $GOPATH/src/github.com/coreos/dex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment