1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: fix link

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-07-12 11:54:29 +00:00
parent fff89c02b8
commit 98560bc61f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -34,7 +34,7 @@ You can verify your `.goreleaser.yml` is valid by running the [check](/cmd/gorel
goreleaser check
```
You can also use GoReleaser to [build](cmd/goreleaser_build/) the binary only for a given GOOS/GOARCH, which is useful for local development:
You can also use GoReleaser to [build](/cmd/goreleaser_build/) the binary only for a given GOOS/GOARCH, which is useful for local development:
```sh
goreleaser build --single-target