Skip to content

Commit fa2c06a

Browse files
gold-ak47claude
andcommitted
fix: correct plugin install instructions in README
Replace non-existent `/install-plugin` command with the actual Claude Code CLI commands: claude plugin marketplace add treble-app/cli claude plugin install treble Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2d0afd commit fa2c06a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ The output is a real project — `npm run dev` works, components match the Figma
4141

4242
### 1. Install the Claude Code plugin
4343

44-
In [Claude Code](https://claude.ai/code):
45-
46-
```
47-
/install-plugin treble-app/cli
44+
```bash
45+
claude plugin marketplace add treble-app/cli
46+
claude plugin install treble
4847
```
4948

5049
### 2. Install the CLI

0 commit comments

Comments
 (0)