From 0b1219acc7c77d7ba92df8f858713f60d0c17fc3 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 16 Jun 2026 22:02:00 +0530 Subject: [PATCH] docs: use claude official marketplace for installation Replace the manual '/plugin marketplace add' + install steps with a single '/plugin install spanner@claude-plugins-official' step, matching the approach used in cloud-sql-postgresql. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5f9af2a..d057124 100644 --- a/README.md +++ b/README.md @@ -158,16 +158,10 @@ 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/spanner.git#0.3.1 -``` - -**4. Install the plugin:** - -```bash -/plugin install spanner@spanner-marketplace +/plugin install spanner@claude-plugins-official ``` _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_