fixes and tweaks to docs, mostly related to sandboxing (#385)

This commit is contained in:
Olcan
2025-05-16 13:09:27 -07:00
committed by GitHub
parent c692a0c583
commit 1728bf3f44
4 changed files with 22 additions and 29 deletions

View File

@@ -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