diff --git a/README.md b/README.md index d59d30a..99cc686 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,12 @@ gemini extensions install https://github.com/gemini-cli-extensions/spanner Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. -* `SPANNER_PROJECT`: The GCP project ID. -* `SPANNER_INSTANCE`: The Spanner instance ID. -* `SPANNER_DATABASE`: The Spanner database ID. -* `SPANNER_DIALECT`: (Optional) The Spanner database dialect e.g. "googlesql" or "postgresql" (Default: "googlesql") +```bash +export SPANNER_PROJECT="" +export SPANNER_INSTANCE="" +export SPANNER_DATABASE="" +export SPANNER_DIALECT="googlesql" # Optional: "googlesql" or "postgresql". Defaults to "googlesql". +``` Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.