Skip to content

Commit 49a7b12

Browse files
committed
clarify env var setting
1 parent b9fffc6 commit 49a7b12

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
1717
- [Why Use Cloud SQL for PostgreSQL Agent Skills?](#why-use-cloud-sql-for-postgresql-agent-skills)
1818
- [Prerequisites](#prerequisites)
1919
- [Getting Started](#getting-started)
20+
- [Configuration](#configuration)
2021
- [Installation & Usage](#installation--usage)
2122
- [Gemini CLI](#gemini-cli)
2223
- [Claude Code](#claude-code)
2324
- [Codex](#codex)
24-
- [Configuration](#configuration)
2525
- [Usage Examples](#usage-examples)
2626
- [Supported Skills](#supported-skills)
2727
- [Additional Agent Skills](#additional-agent-skills)
@@ -72,7 +72,7 @@ Please keep these env vars handy during the installation process:
7272
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
7373

7474
<details open>
75-
<summary>Gemini CLI</summary>
75+
<summary id="gemini-cli">Gemini CLI</summary>
7676

7777
**1. Install the extension:**
7878
```bash
@@ -95,7 +95,10 @@ _(Tip: Run `/extensions list` to verify your configuration and active extensions
9595
</details>
9696

9797
<details>
98-
<summary>Claude Code</summary>
98+
<summary id="claude-code">Claude Code</summary>
99+
100+
**1. Set env vars:**
101+
In your terminal, set your environment vars as described in the [configuration section](#configuration).
99102

100103
**1. Set env vars:**
101104
In your terminal, set your environment vars as described in the [configuration section](#configuration).
@@ -119,7 +122,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
119122
</details>
120123

121124
<details>
122-
<summary>Codex</summary>
125+
<summary id="codex">Codex</summary>
123126

124127
**1. Clone the Repo:**
125128
```bash
@@ -157,7 +160,6 @@ Enter your environment vars as described in the [configuration section](#configu
157160
}
158161
]
159162
}
160-
161163
```
162164

163165
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_

0 commit comments

Comments
 (0)