From f80bd8ffcfa10ff5883f75788fb694408fd66ef7 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 21:55:14 +0000 Subject: [PATCH] docs: Document Homebrew installation Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_0144M6JQSTdYRxdw7FNsnDcN --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index db39e28a..a3767e13 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Install the CLI globally using [npm] with $ npm install --global @seamapi/cli ``` +On macOS or Linux, install with [Homebrew] using + +``` +$ brew install seam +``` + On Arch Linux, install the [`seam-bin`][aur] package from the AUR with ``` @@ -33,6 +39,7 @@ $ paru -S seam-bin ``` [aur]: https://aur.archlinux.org/packages/seam-bin +[Homebrew]: https://formulae.brew.sh/formula/seam [npm]: https://www.npmjs.com/ ## Usage