From 94d5ef0816348364b1a0063d3241c6de715c7efb Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 8 May 2026 15:22:28 +0530 Subject: [PATCH 1/2] docs: use claude official marketplace to install --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d53668c..bcf8d24 100644 --- a/README.md +++ b/README.md @@ -126,19 +126,14 @@ In your terminal, set your environment vars as described in the [configuration s claude ``` -**3. Add the marketplace:** +**3. Install the plugin:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0 -``` - -**4. Install the plugin:** - -```bash -/plugin install cloud-sql-postgresql@cloud-sql-postgresql-marketplace +/plugin install cloud-sql-postgresql@claude-plugins-official ``` _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_ +In case you do not see the plugin, update your marketplace. From 7ad9a48a106ad697c667f20f50bf7f2c9e224079 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 8 May 2026 15:28:31 +0530 Subject: [PATCH 2/2] fix --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bcf8d24..4177f63 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,7 @@ claude /plugin install cloud-sql-postgresql@claude-plugins-official ``` -_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_ -In case you do not see the plugin, update your marketplace. - +_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)