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
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ Your skills are scattered across `~/.claude/skills/`, `.cursor/rules/`, `CLAUDE.

## Install

Requires [Bun](https://bun.sh) v1.0+.

```bash
bun install -g @moqa/ags
```
# Homebrew
brew install moqa-studio/tap/agents-cli

Or from source:
# npm / bun (requires Bun v1.0+)
bun install -g @moqa/ags

```bash
git clone https://github.com/moqa-studio/agents-cli.git
cd agents-cli && bun install && bun link
# Or download a binary from GitHub Releases
```

### Shell completions
Expand Down
Loading