mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 09:21:56 +01:00
13 lines
177 B
Plaintext
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 ./...
|