Installation
Install lin via Homebrew, go install, or from a clone.
lin is a single native binary with no runtime dependencies. Install it however
suits your setup.
# Homebrew (once released)
brew install alexgrais/tap/lincli
# or with Go
go install github.com/alexgrais/lin/cmd/lin@latest
# or from a clone
go build -o bin/lin ./cmd/linThe Homebrew formula is named lincli to avoid a collision with an existing
lin formula; the installed binary is still called lin.
Next: authenticate with your Linear API key.