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:
parent
3580062fd3
commit
58a4911d9b
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user