Skip to content

Commit ef79a61

Browse files
docs: make env vars copy/paste-able (#44)
Co-authored-by: Wenxin Du <[email protected]>
1 parent fb3f183 commit ef79a61

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/postgres
4343

4444
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
4545

46-
* `POSTGRES_HOST`: The hostname or IP address of the PostgreSQL server.
47-
* `POSTGRES_PORT`: The port number of the PostgreSQL server.
48-
* `POSTGRES_DATABASE`: The name of the database to connect to.
49-
* `POSTGRES_USER`: The username for authentication.
50-
* `POSTGRES_PASSWORD`: The password for authentication.
46+
```bash
47+
export POSTGRES_HOST="<your-postgres-host>"
48+
export POSTGRES_PORT="<your-postgres-port>"
49+
export POSTGRES_DATABASE="<your-database-name>"
50+
export POSTGRES_USER="<your-database-user>"
51+
export POSTGRES_PASSWORD="<your-database-password>"
52+
```
5153

5254
### Start Gemini CLI
5355

0 commit comments

Comments
 (0)