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 ### Installation
```bash First, add the marketplace (if you haven't already):
claude --plugin-dir ./plugins/agent-teams
```
/plugin marketplace add wshobson/agents
``` ```
Or add to your project's `.claude/settings.json`: Then install the plugin:
```json ```
{ /plugin install agent-teams@claude-code-workflows
"plugins": ["./plugins/agent-teams"]
}
``` ```
## Features ## Features