Installation¶
builder is a single Go binary. Two ways to get it.
go install¶
Puts builder on your $GOPATH/bin (or $GOBIN).
Build from source¶
Produces a builder binary in the repository root.
There are no pre-built release binaries yet, one of the two methods above is required.
Next: Quick Start.