From 83b6224c301021c468134c77e54d64a3a3dfffdc Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 28 Jul 2026 22:16:41 -0500 Subject: [PATCH] Add releases note to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a057850..df7491b1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ 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]. + On Arch Linux, install the [`seam-bin`][aur] package from the AUR with ``` @@ -28,6 +31,7 @@ $ paru -S seam-bin ``` [aur]: https://aur.archlinux.org/packages/seam-bin +[latest GitHub release]: https://github.com/seamapi/cli/releases/latest [npm]: https://www.npmjs.com/ ## Usage