Skip to content

Commit

Permalink
Create BUILDING [CI SKIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski authored Oct 21, 2017
1 parent 578e884 commit 0c972d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BUILDING
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1. Install go 1.9 or later
2. Install dependencies

go get -u github.com/drone/drone-ui/dist
go get -u golang.org/x/net/context
go get -u golang.org/x/net/context/ctxhttp
go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/protoc-gen-go

3. Install binaries to $GOPATH/bin

go install github.com/drone/drone/cmd/drone-agent
go install github.com/drone/drone/cmd/drone-server

0 comments on commit 0c972d8

Please sign in to comment.