Skip to content

Commit 2f7869f

Browse files
committed
docs: make env vars copy/paste-able
1 parent 15656b5 commit 2f7869f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

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

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

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

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

0 commit comments

Comments
 (0)