diff --git a/README.md b/README.md index 2fc9e3d..29535b9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ gemini extensions install https://github.com/gemini-cli-extensions/dataplex Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. -* `DATAPLEX_PROJECT`: The GCP project ID. +```bash +export DATAPLEX_PROJECT="" +``` Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.