1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-12 10:36:03 +02:00
drone-cli/BUILDING
Brad Rydzewski f18b9fe2ac update dep
2018-02-14 13:06:05 -08:00

13 lines
177 B
Plaintext

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 ./...