From 027cad87fafa51831e91da476b743e2b07f09c6c Mon Sep 17 00:00:00 2001 From: Billy Lynch <1844673+wlynch@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:50:34 -0400 Subject: [PATCH] Point to homebrew-core gitsign was added to homebrew core, which has an auto-updating bot. Prefer this instead of our own manual process. Signed-off-by: Billy Lynch <1844673+wlynch@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec2338e..d1469d72 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ keyless Sigstore to sign Git commits with your own GitHub / OIDC identity. Using Homebrew: ```sh -brew install sigstore/tap/gitsign +brew install gitsign ``` Using Go: