From 4aadf76dc5b4b6753d50bab1e646ed352d088b3e Mon Sep 17 00:00:00 2001 From: astex <0astex@gmail.com> Date: Wed, 17 Jun 2026 15:10:33 -0400 Subject: [PATCH] Document brew trust step in Homebrew install instructions Homebrew 6.0.0 requires third-party taps to be explicitly trusted before their casks are evaluated, so users were getting prompted on install. Add the brew trust step so the install is non-interactive. Co-Authored-By: Claude Opus 4.8 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e74229..9dbfd2e 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,12 @@ Mandelbot is a terminal emulator that organizes agents into a hierarchical tree. ```sh brew tap astex/mandelbot +brew trust --cask astex/mandelbot/mandelbot brew install --cask mandelbot ``` +`brew trust` is required because [Homebrew 6.0.0](https://docs.brew.sh/Tap-Trust) gates third-party taps behind an explicit trust decision; without it you'll be prompted to trust the cask on install. + ### Linux / macOS (shell script) ```sh