From d6b2606ac251c294b7eb73df90b322da8e91a632 Mon Sep 17 00:00:00 2001 From: Bob van Luijt Date: Wed, 11 Oct 2017 11:17:33 +0200 Subject: [PATCH] docs: Add examples for installation It is unclear how to get going with Goreleaser, this might help some new folks. --- docs/000-introduction.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/000-introduction.md b/docs/000-introduction.md index 64c3a1b2b..196db00f6 100644 --- a/docs/000-introduction.md +++ b/docs/000-introduction.md @@ -16,3 +16,11 @@ The idea started with a 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 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).