From 0c972d8fc5960c7c9d3d9f8b9538b27c74dbef2d Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 21 Oct 2017 10:29:14 -0700 Subject: [PATCH] Create BUILDING [CI SKIP] --- BUILDING | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BUILDING diff --git a/BUILDING b/BUILDING new file mode 100644 index 000000000..0e51069af --- /dev/null +++ b/BUILDING @@ -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