Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 204 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 204 Bytes

get

Get the latest goreleaser binary

curl -sL http://git.io/goreleaser | bash

Or, if you want to lock an specific version:

curl -sL http://git.io/goreleaser | VERSION=v0.7.0 bash