1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 01:11:57 +01:00
drone-cli/BUILDING
guessi a501d585e6 Bump google/go-jsonnet to v1.16.0
- Make it possible to use `std.find()` in `.drone.jsonnet`
- Keep go version aligned across files: `BULIDING`, `.drone.yml`, `go.mod`
2020-11-18 10:35:06 +08:00

6 lines
133 B
Plaintext

1. Clone the repository
2. Install go 1.13 or later with Go modules enabled
3. Install binaries to $GOPATH/bin
go install ./...