Add Option 3 (multi-tool install) to Quick Start section
This commit is contained in:
parent
ba6ac1ba18
commit
ce41d994d8
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -44,6 +44,23 @@ Each agent file contains:
|
|||
|
||||
Browse the agents below and copy/adapt the ones you need!
|
||||
|
||||
### Option 3: Use with Other Tools (Cursor, Aider, Windsurf, Gemini CLI, OpenCode)
|
||||
|
||||
```bash
|
||||
# Step 1 -- generate integration files for all supported tools
|
||||
./scripts/convert.sh
|
||||
|
||||
# Step 2 -- install interactively (auto-detects what you have installed)
|
||||
./scripts/install.sh
|
||||
|
||||
# Or target a specific tool directly
|
||||
./scripts/install.sh --tool cursor
|
||||
./scripts/install.sh --tool aider
|
||||
./scripts/install.sh --tool windsurf
|
||||
```
|
||||
|
||||
See the [Multi-Tool Integrations](#-multi-tool-integrations) section below for full details.
|
||||
|
||||
---
|
||||
|
||||
## 🎨 The Agency Roster
|
||||
|
|
|
|||
Loading…
Reference in a new issue