diff options
| author | Olcan <[email protected]> | 2025-05-16 13:09:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-16 13:09:27 -0700 |
| commit | 1728bf3f44f7298c6f86366eee9a11913aca5aa0 (patch) | |
| tree | 793dc2dfeb11014c7dd28ef3e264f1b7ac4e7a59 /README.md | |
| parent | c692a0c583f343225c4435ad14fb1b5a8d0e1b01 (diff) | |
fixes and tweaks to docs, mostly related to sandboxing (#385)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
