Skip to content

Commit f28f505

Browse files
committed
docs: use claude official marketplace for installation
Replace the manual '/plugin marketplace add' + install steps with a single '/plugin install cloud-sql-mysql@claude-plugins-official' step, matching the approach used in cloud-sql-postgresql.
1 parent 983c804 commit f28f505

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,10 @@ In your terminal, set your environment vars as described in the [configuration s
166166
claude
167167
```
168168

169-
**3. Add the marketplace:**
169+
**3. Install the plugin:**
170170

171171
```bash
172-
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.0
173-
```
174-
175-
**4. Install the plugin:**
176-
177-
```bash
178-
/plugin install cloud-sql-mysql@cloud-sql-mysql-marketplace
172+
/plugin install cloud-sql-mysql@claude-plugins-official
179173
```
180174

181175
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_

0 commit comments

Comments
 (0)