Skip to content

Commit b7f0b4f

Browse files
canyugsclaude
andcommitted
docs: fix plugin installation commands in README
Use correct CLI syntax: claude plugins marketplace add, claude plugins install plugin@marketplace Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3444168 commit b7f0b4f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ curl -X POST "https://your-rag-service/api/learn" \
4343

4444
## Agent Integration (Claude Code Plugin)
4545

46-
Install the plugin to give your Claude Code agent search, learn, and report skills:
46+
Add the marketplace and install the plugin:
4747

4848
```bash
49-
claude plugin add zeabur/rag-service
49+
claude plugins marketplace add zeabur/rag-service
50+
claude plugins install rag-service@rag-service
5051
```
5152

5253
Then configure the connection:

0 commit comments

Comments
 (0)