From 2086494734cf1956aa5ef0b626ce26d0f7e34e2a Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 30 Jun 2026 12:34:32 -0400 Subject: [PATCH] Add brew trust step to Homebrew install instructions Newer Homebrew refuses to load casks from third-party (untrusted) taps, failing the install with: Error: Refusing to load cask drcursor/hushscribe/hushscribe from untrusted tap drcursor/hushscribe. Add the `brew trust` step Homebrew suggests between tapping and installing so a fresh install succeeds without manual intervention. --- README.md | 1 + docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 12a514e..5c22c31 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Every step runs locally. Transcription uses on-device models (Parakeet-TDT v3, W ```bash brew tap drcursor/hushscribe https://github.com/drcursor/HushScribe +brew trust --cask drcursor/hushscribe/hushscribe brew install --cask hushscribe ``` diff --git a/docs/index.html b/docs/index.html index 25a2f61..c4c6606 100644 --- a/docs/index.html +++ b/docs/index.html @@ -928,6 +928,7 @@

Nothing leaves your Mac.

brew tap drcursor/hushscribe https://github.com/drcursor/HushScribe
+brew trust --cask drcursor/hushscribe/hushscribe
 brew install --cask hushscribe

To update: brew upgrade --cask hushscribe