mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +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
|
### 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
|
||||||
|
|||||||
Reference in New Issue
Block a user