Skip to content

Commit efefa53

Browse files
authored
Revert "docs: use claude official marketplace for installation (#171)"
This reverts commit 966f7b8.
1 parent 5b9bc21 commit efefa53

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,20 @@ In your terminal, set your environment vars as described in the [configuration s
165165
claude
166166
```
167167

168-
**3. Install the plugin:**
168+
**3. Add the marketplace:**
169169

170170
```bash
171-
/plugin install cloud-sql-postgresql@claude-plugins-official
171+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0
172172
```
173173

174-
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)
174+
**4. Install the plugin:**
175+
176+
```bash
177+
/plugin install cloud-sql-postgresql@cloud-sql-postgresql-marketplace
178+
```
179+
180+
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_
181+
175182
</details>
176183

177184
<details>

0 commit comments

Comments
 (0)