1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

add: Scoop installation to docs introduction

This requires creating a `scoop-bucket` (scoop equivalent of
homebrew-tap) in the goreleaser GitHub org.
This commit is contained in:
Southclaws 2018-02-12 17:43:19 +00:00 committed by Carlos Alexandro Becker
parent 3580062fd3
commit 58a4911d9b

View File

@ -33,6 +33,13 @@ go get github.com/goreleaser/goreleaser
brew install goreleaser/tap/goreleaser
```
### Using Scoop
```sh
scoop bucket add goreleaser https://github.com/goreleaser/scoop-bucket.git;
scoop install goreleaser
```
> Check the [tap source](https://github.com/goreleaser/homebrew-tap) for
> more details.