From e5dca5aefccaf3c62d983f4cf0a89aa5c33d05d6 Mon Sep 17 00:00:00 2001 From: Beehtrix Date: Fri, 12 Jun 2026 15:16:50 -0400 Subject: [PATCH 1/2] docs: update Homebrew install for Tap Trust Use fully qualified cask for scoped trust under Homebrew 6.0 Tap Trust. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ee60cd9ea..f547c3de55 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,10 @@ With Entire, you can: ```bash # Install stable via Homebrew -brew tap entireio/tap -brew install --cask entire +brew install --cask entireio/tap/entire # Or install nightly via Homebrew -brew tap entireio/tap -brew install --cask entire@nightly +brew install --cask entireio/tap/entire@nightly # Or install stable via install.sh curl -fsSL https://entire.io/install.sh | bash From 50d1f282276a84f420fff3df31e87a5f8a751512 Mon Sep 17 00:00:00 2001 From: Stefan Haubold Date: Mon, 15 Jun 2026 10:55:19 +0200 Subject: [PATCH 2/2] docs: qualify Homebrew cask in Release Channels section too The Quick Start block was updated to the fully-qualified cask (entireio/tap/entire) for Homebrew 6.0 Tap Trust, but the Release Channels section still listed the un-qualified `brew install --cask entire`, which would hit the same trust prompt. Qualify both here too. Co-Authored-By: Claude Opus 4.8 (1M context) Entire-Checkpoint: 1f6ea3e0b1c4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f547c3de55..38678a206c 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ Entire currently ships two release channels: How to use each channel: -- Homebrew stable: `brew install --cask entire` -- Homebrew nightly: `brew install --cask entire@nightly` +- Homebrew stable: `brew install --cask entireio/tap/entire` +- Homebrew nightly: `brew install --cask entireio/tap/entire@nightly` - `install.sh` stable: `curl -fsSL https://entire.io/install.sh | bash` - `install.sh` nightly: `curl -fsSL https://entire.io/install.sh | bash -s -- --channel nightly` - Scoop: currently supports `stable` only via `scoop install entire/cli`