Skip to content

Commit f803467

Browse files
authored
Fix the claude settings.json install method (#10)
1 parent e5a1476 commit f803467

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ For team-wide plugin usage, add to your project's `.claude/settings.json`:
3030

3131
```json
3232
{
33-
"extraKnownMarketplaces": [
34-
{
35-
"source": "github",
36-
"repo": "astral-sh/claude-code-plugins"
37-
}
38-
],
39-
"plugins": {
40-
"astral": {
41-
"marketplace": "astral-sh"
33+
"extraKnownMarketplaces": {
34+
"astral-sh": {
35+
"source": {
36+
"source": "github",
37+
"repo": "astral-sh/claude-code-plugins"
38+
}
4239
}
40+
},
41+
"enabledPlugins": {
42+
"astral@astral-sh": true
4343
}
4444
}
4545
```

0 commit comments

Comments
 (0)