From efefa531d04a42cb899d9aa8e76791aa9ed68eac Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:19:55 +0530 Subject: [PATCH] Revert "docs: use claude official marketplace for installation (#171)" This reverts commit 966f7b883998692d05389e4c3d3793412ca0659f. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b3ec34..191beb7 100644 --- a/README.md +++ b/README.md @@ -165,13 +165,20 @@ In your terminal, set your environment vars as described in the [configuration s claude ``` -**3. Install the plugin:** +**3. Add the marketplace:** ```bash -/plugin install cloud-sql-postgresql@claude-plugins-official +/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0 ``` -_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.) +**4. Install the plugin:** + +```bash +/plugin install cloud-sql-postgresql@cloud-sql-postgresql-marketplace +``` + +_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_ +