From 1f0126c64a6f96eb2f920d15452426003da82839 Mon Sep 17 00:00:00 2001 From: Fred Rivett Date: Fri, 26 Jun 2026 21:29:17 +0100 Subject: [PATCH] Document brew trust step for upgrading via Homebrew Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 998f063..20903df 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ brew install --cask fredrivett/tap/reeve This handles everything for you, including clearing the quarantine flag so the app opens without any Gatekeeper warnings. +### Upgrading + +To upgrade later, first trust the tap once (a [Homebrew 6.0.0+ requirement](https://docs.brew.sh/Tap-Trust) for all third-party taps), then upgrade as usual: + +```bash +brew trust fredrivett/tap +brew upgrade reeve +``` + +You only need to run `brew trust` once — future upgrades work normally afterwards. + ### Installing the DMG directly reeve is **not yet code-signed or notarized** (that needs a paid Apple Developer account, which is a potential follow-up). The Homebrew cask handles this automatically, so it's the smoothest path. If you download the `.dmg` from the [releases page](https://github.com/fredrivett/reeve/releases) instead, macOS Gatekeeper will warn that the app is from an unidentified developer. To open it: