1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 09:21:56 +01:00
drone-cli/BUILDING

13 lines
177 B
Plaintext
Raw Normal View History

2018-02-14 22:06:05 +01:00
1. Install go 1.9 or later
2. Install go dep:
go get -u github.com/golang/dep/cmd/dep
3. Install dependencies:
dep ensure
4. Compile and test:
go install ./...