Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,13 @@ 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
/plugin install cloud-sql-postgresql@claude-plugins-official
```

**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.)_

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

<details>
Expand Down
Loading