diff --git a/README.md b/README.md index aad1431b..c762b95c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you need to enable cosign checks, install `cosign` tool via one of the follow
MacOS (Homebrew)
```sh -brew install cosign +go install github.com/sigstore/cosign/v2/cmd/cosign@latest ```