docs(agent-teams): use official /plugin install command instead of --plugin-dir

This commit is contained in:
Seth Hobson
2026-02-05 17:16:29 -05:00
parent 1f46cab1f6
commit b187ce780d

View File

@@ -28,16 +28,16 @@ Available display modes:
### Installation
```bash
claude --plugin-dir ./plugins/agent-teams
First, add the marketplace (if you haven't already):
```
/plugin marketplace add wshobson/agents
```
Or add to your project's `.claude/settings.json`:
Then install the plugin:
```json
{
"plugins": ["./plugins/agent-teams"]
}
```
/plugin install agent-teams@claude-code-workflows
```
## Features