Skip to content

Commit 98a31da

Browse files
docs: make env vars copy/paste-able (#47)
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent c0d6e99 commit 98a31da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ gemini extensions install https://github.com/gemini-cli-extensions/bigquery-data
4545

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

48-
* `BIGQUERY_PROJECT`: The GCP project ID.
49-
* `BIGQUERY_LOCATION`: (Optional) The dataset location.
50-
* `BIGQUERY_USE_CLIENT_OAUTH`: (Optional) Set to `true` to use client-side OAuth for authorization.
48+
```bash
49+
export BIGQUERY_PROJECT="<your-gcp-project-id>"
50+
export BIGQUERY_LOCATION="<your-dataset-location>" # Optional
51+
export BIGQUERY_USE_CLIENT_OAUTH="true" # Optional
52+
```
5153

5254
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
5355

0 commit comments

Comments
 (0)