From 72c31925ec940949bc891c32911ec36935b23bb5 Mon Sep 17 00:00:00 2001 From: Bjarn Bronsveld Date: Mon, 21 Sep 2026 22:44:43 +0200 Subject: [PATCH] docs: simplify Homebrew installation instructions --- README.md | 4 +--- docs/installation.md | 8 +++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e3e304e..2a09f16 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ Send email, inspect messages, and test webhooks from your terminal. The official ### Homebrew · macOS ```sh -brew install --cask lettermint/tap/lettermint +brew install lettermint/tap/lettermint ``` -The [Homebrew cask](https://github.com/lettermint/homebrew-tap) is pending publication. Use the shell installer until it is available. - ### Shell · macOS and Linux ```sh diff --git a/docs/installation.md b/docs/installation.md index 7e06d9f..bcf25e0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -2,12 +2,10 @@ ## macOS -The [Homebrew cask](https://github.com/lettermint/homebrew-tap) is pending publication. Use the [shell installer](#shell-installer-for-linux-and-macos) for now. Once the cask is available: - ```sh -brew install --cask lettermint/tap/lettermint -brew upgrade --cask lettermint -brew uninstall --cask lettermint +brew install lettermint/tap/lettermint +brew upgrade lettermint +brew uninstall lettermint ``` Homebrew owns this installation. Do not replace its executable with a script. For an exact older version, use the matching release archive in a separate directory. You can also review the matching cask change in the tap history. Check the archive checksum and signature before use.