Skip to content

Commit 66c24cf

Browse files
authored
docs: make env vars copy/paste-able (#39)
1 parent dfed52e commit 66c24cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ gemini extensions install https://github.com/gemini-cli-extensions/dataplex
4646

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

49-
* `DATAPLEX_PROJECT`: The GCP project ID.
49+
```bash
50+
export DATAPLEX_PROJECT="<your-gcp-project-id>"
51+
```
5052

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

0 commit comments

Comments
 (0)