Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,20 @@ 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

```
$ 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
Expand Down
Loading