forked from mystiq/dex
Merge pull request #160 from philips/add-go-bindata-instructions
build: add install instructions for go-bindata
This commit is contained in:
commit
9f8d15f331
1 changed files with 1 additions and 0 deletions
1
build
1
build
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue