mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 01:27:16 +00:00
docs(agent-teams): use official /plugin install command instead of --plugin-dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user