From c0f630f2cc4d9767f917a7cf9b16e219956f011f Mon Sep 17 00:00:00 2001 From: Robin Champsaur Date: Mon, 6 Apr 2026 21:48:05 +0700 Subject: [PATCH] docs: update install instructions with Homebrew and npm Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index de3e5a3..a55a6e0 100644 --- a/README.md +++ b/README.md @@ -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