summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-05-16 13:09:27 -0700
committerGitHub <[email protected]>2025-05-16 13:09:27 -0700
commit1728bf3f44f7298c6f86366eee9a11913aca5aa0 (patch)
tree793dc2dfeb11014c7dd28ef3e264f1b7ac4e7a59 /README.md
parentc692a0c583f343225c4435ad14fb1b5a8d0e1b01 (diff)
fixes and tweaks to docs, mostly related to sandboxing (#385)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 135d448f..20e4eb0a 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The Gemini CLI supports several ways to authenticate with Google's AI services.
```bash
export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
```
- Or add it to your shell's configuration file (like `~/.bashrc`, `~/.zshrc`, or `~/.profile`) for persistence:
+ Or add it to your `.env` file (in project directory or user home) or shell's configuration file (like `~/.bashrc`, `~/.zshrc`, or `~/.profile`) for persistence:
```bash
echo 'export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"' >> ~/.bashrc # Or your preferred shell config file
source ~/.bashrc # Reload the config