Skip to content

Commit 4de0580

Browse files
sjnimsclaude
andcommitted
docs(README): fix installation commands for marketplace
Use correct commands: - `/plugin marketplace add` to add the marketplace - `/plugin install plugin-name@marketplace-name` to install 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 76cb396 commit 4de0580

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
@@ -195,10 +195,11 @@ Use this workflow for structured, high-quality plugin development from concept t
195195

196196
## Installation
197197

198-
Install from this repository:
198+
Add this marketplace and install the plugin:
199199

200200
```bash
201-
/plugin install sjnims/plugin-dev
201+
/plugin marketplace add sjnims/plugin-dev
202+
/plugin install plugin-dev@sjnims/plugin-dev
202203
```
203204

204205
Or for development, use directly:

0 commit comments

Comments
 (0)