From de10d2860c11bed27e25156f3a9b90d348231513 Mon Sep 17 00:00:00 2001 From: davewd Date: Wed, 4 Feb 2026 11:17:15 +1100 Subject: [PATCH] Update README with codesigning instructions Added note about re-signing the brew installed binary. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5283d965..033e6409 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ brew install --cask steipete/tap/repobar Direct download: [latest release](https://github.com/steipete/RepoBar/releases/latest) +N.B. you may need to re-sign the brew installed binary to allow it to run locally : +``` +sudo codesign --force --deep --sign - /Applications/RepoBar.app +``` + ## Features - Live repo cards with CI status, activity preview, releases, and rate-limit awareness.