diff --git a/README.md b/README.md index 23e68fd..1ce25f7 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/postgres Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. -* `POSTGRES_HOST`: The hostname or IP address of the PostgreSQL server. -* `POSTGRES_PORT`: The port number of the PostgreSQL server. -* `POSTGRES_DATABASE`: The name of the database to connect to. -* `POSTGRES_USER`: The username for authentication. -* `POSTGRES_PASSWORD`: The password for authentication. +```bash +export POSTGRES_HOST="" +export POSTGRES_PORT="" +export POSTGRES_DATABASE="" +export POSTGRES_USER="" +export POSTGRES_PASSWORD="" +``` ### Start Gemini CLI