From 51b5b00027b178a094a816812089840eccee495c Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Wed, 10 Jun 2026 09:50:10 -0400 Subject: [PATCH 1/2] Document Homebrew transition for Fizzy 4 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f5b3b..59a1ae1 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,17 @@ yay -S fizzy-cli ``` **Homebrew (macOS):** + +Latest stable Fizzy 3.x is available from the original tap: + +```bash +brew install robzolkos/fizzy-cli/fizzy-cli +``` + +Fizzy 4 release candidates are available from [Releases](https://github.com/basecamp/fizzy-cli/releases). Fizzy 4 stable will be published from Basecamp's Homebrew tap: + ```bash -brew install basecamp/tap/fizzy +brew install --cask basecamp/tap/fizzy ``` **Scoop (Windows):** From d55e8a6f0dc2940c92f012e8c66c49d6a6caa55a Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Wed, 10 Jun 2026 09:54:34 -0400 Subject: [PATCH 2/2] Clarify Fizzy 4 Homebrew command timing --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59a1ae1..ca0708c 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,14 @@ Latest stable Fizzy 3.x is available from the original tap: brew install robzolkos/fizzy-cli/fizzy-cli ``` -Fizzy 4 release candidates are available from [Releases](https://github.com/basecamp/fizzy-cli/releases). Fizzy 4 stable will be published from Basecamp's Homebrew tap: - -```bash -brew install --cask basecamp/tap/fizzy -``` +Fizzy 4 release candidates are available from [Releases](https://github.com/basecamp/fizzy-cli/releases). + +> [!WARNING] +> The Basecamp Homebrew tap command is for Fizzy 4 stable once it is released. Release candidates are not published to Homebrew. +> +> ```bash +> brew install --cask basecamp/tap/fizzy +> ``` **Scoop (Windows):** ```bash