Fix the claude settings.json install method (#10)

This commit is contained in:
Zanie Blue
2026-01-09 07:10:45 -06:00
committed by GitHub
parent e5a1476849
commit f8034678a1
+9 -9
View File
@@ -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
}
}
```