mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +02:00
docs: Add examples for installation
It is unclear how to get going with Goreleaser, this might help some new folks.
This commit is contained in:
parent
ae6f7c157c
commit
d6b2606ac2
@ -16,3 +16,11 @@ The idea started with a
|
|||||||
but it quickly became more complex and I also wanted to publish binaries via
|
but it quickly became more complex and I also wanted to publish binaries via
|
||||||
Homebrew taps, which would have made the script even more hacky, so I let go of
|
Homebrew taps, which would have made the script even more hacky, so I let go of
|
||||||
that and rewrote the whole thing in Go.
|
that and rewrote the whole thing in Go.
|
||||||
|
|
||||||
|
## Installing Goreleaser
|
||||||
|
|
||||||
|
There are three ways to get going.
|
||||||
|
|
||||||
|
1. Install Goreleaser via go get (`goreleaser` command will be globally available) `go get github.com/goreleaser/goreleaser`
|
||||||
|
2. On a Mac use [Homebrew](https://github.com/goreleaser/homebrew-tap).
|
||||||
|
3. Install directly [from the binaries](https://github.com/goreleaser/goreleaser/releases/latest).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user