From c3bbcf5bc18b810b9d7b848bc066c671c8f8f2fe Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 6 Aug 2026 15:04:30 -0700 Subject: [PATCH] Install via homebrew cask --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 756dafc2..41063ad5 100644 --- a/README.md +++ b/README.md @@ -15,24 +15,39 @@ prompted for, with suggestions pulled from your workspace. Pass ## Installation +### npm + Install the CLI globally using [npm] with ``` $ npm install --global @seamapi/cli ``` -Alternatively, download a standalone binary for your platform from the -[latest GitHub release]. The macOS binaries are signed with the Seam Labs, Inc. -Apple Developer ID and notarized by Apple, so macOS runs them without -a Gatekeeper prompt. +### Homebrew + +Install the CLI from [Homebrew] with + +``` +$ brew install --cask seam +``` + +### Standalone binary + +Download a standalone binary for your platform from the [latest GitHub +release]. The macOS binaries are signed with the Seam Labs, Inc. Apple +Developer ID and notarized by Apple, so macOS runs them without a Gatekeeper +prompt. + +### Arch Linux -On Arch Linux, install the [`seam-bin`][aur] package from the AUR with +Install the [`seam-bin`][aur] package from the AUR with ``` $ paru -S seam-bin ``` [aur]: https://aur.archlinux.org/packages/seam-bin +[Homebrew]: https://formulae.brew.sh/cask/seam [latest GitHub release]: https://github.com/seamapi/cli/releases/latest [npm]: https://www.npmjs.com/ [Seam Wizard]: https://github.com/seamapi/wizard