mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
docs: Fix Scoop installation instructions (#1485)
This commit is contained in:
parent
0ebd326f71
commit
8f8063c495
@ -81,8 +81,8 @@ the root of the repository specified in the `bucket` section.
|
||||
Your users can then install your app by doing:
|
||||
|
||||
```sh
|
||||
scoop bucket add app https://github.com/org/repo.git
|
||||
scoop install app
|
||||
scoop bucket add org https://github.com/org/repo.git
|
||||
scoop install org/drumroll
|
||||
```
|
||||
|
||||
You can check the
|
||||
|
Loading…
Reference in New Issue
Block a user