mirror of
https://github.com/astral-sh/claude-code-plugins.git
synced 2026-09-19 01:27:45 +08:00
Fix the claude settings.json install method (#10)
This commit is contained in:
@@ -30,16 +30,16 @@ For team-wide plugin usage, add to your project's `.claude/settings.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"extraKnownMarketplaces": [
|
||||
{
|
||||
"source": "github",
|
||||
"repo": "astral-sh/claude-code-plugins"
|
||||
}
|
||||
],
|
||||
"plugins": {
|
||||
"astral": {
|
||||
"marketplace": "astral-sh"
|
||||
"extraKnownMarketplaces": {
|
||||
"astral-sh": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "astral-sh/claude-code-plugins"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"astral@astral-sh": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user