updated README to include more branch details

This commit is contained in:
Brad Rydzewski
2014-07-13 19:53:59 -07:00
parent 88d940e58a
commit 67b7803a4e
3 changed files with 8 additions and 10 deletions

View File

@@ -3,8 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
all: build
deps:
# npm install -g uglify-js
# npm install -g less
# which npm && npm -g install uglify-js less
go get github.com/GeertJohan/go.rice/rice
go list github.com/drone/drone/... | xargs go get -t -v