build: add install instructions for go-bindata

Tell the user how to fix ther error! That is the best type of error
message. :)
This commit is contained in:
Brandon Philips 2015-10-20 06:30:33 -04:00
parent 70eb87d87c
commit bf294d67bb

1
build
View file

@ -16,6 +16,7 @@ if command -v go-bindata &>/dev/null; then
gofmt -w ./db/migrations/assets.go
else
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
rm -rf $GOPATH/src/github.com/coreos/dex