Skip to content
Closed
Show file tree
Hide file tree
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
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,22 @@ Browse the agents below and copy/adapt the ones you need!

```bash
# Step 1 -- generate integration files for all supported tools
# Mac/Linux:
./scripts/convert.sh
# Windows:
.\scripts\convert.ps1

# Step 2 -- install interactively (auto-detects what you have installed)
# Mac/Linux:
./scripts/install.sh
# Windows:
.\scripts\install.ps1

# Or target a specific tool directly
# Mac/Linux:
./scripts/install.sh --tool cursor
./scripts/install.sh --tool copilot
./scripts/install.sh --tool aider
./scripts/install.sh --tool windsurf
# Windows:
.\scripts\install.ps1 -Tool cursor
```

See the [Multi-Tool Integrations](#-multi-tool-integrations) section below for full details.
Expand Down
Loading