Skip to content
Merged
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ for agents that run on your machine (see "MCP server" below).

## Install

Build from source (the only install path today):
With Homebrew (macOS and Linux):

```bash
brew install appcues/tap/appcues
```

The formula lives in [appcues/homebrew-tap](https://github.com/appcues/homebrew-tap)
and is updated after each release. Upgrade with `brew upgrade appcues`.

### From source

```bash
git clone https://github.com/appcues/cli.git
Expand Down
Loading