some initial documentation

This commit is contained in:
Brad Rydzewski
2015-05-23 18:52:04 -07:00
parent 52c62d4c70
commit 14f0ffb587
5 changed files with 144 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ build:
go build -o bin/drone -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-server
go build -o bin/drone-agent -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-agent
run:
bin/drone-server --debug
clean:
find . -name "*.out" -delete