mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(docs): CONTRIBUTING update goreleaser install command (#2099)
fix(docs): Fix goreleaser install command
This commit is contained in:
parent
22f1fd53a9
commit
2b563a1c4e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ You can optionally build it with [GoReleaser](https://goreleaser.com/) which mak
|
||||||
Install it with `go install` or check the [docs for alternatives](https://goreleaser.com/install/):
|
Install it with `go install` or check the [docs for alternatives](https://goreleaser.com/install/):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go install github.com/goreleaser/goreleaser@latest
|
go install github.com/goreleaser/goreleaser/v2@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Then to build binaries, run:
|
Then to build binaries, run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue