We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b6cbd1 + 64edd2a commit eb35c67Copy full SHA for eb35c67
1 file changed
README.md
@@ -56,10 +56,10 @@ pip install -e ".[dev]"
56
```
57
58
2. **Set up your API keys** in `.env`:
59
- ```env
60
- ANTHROPIC_API_KEY="your-anthropic-key"
61
- GITHUB_TOKEN="your-github-token"
62
- GEMINI_API_KEY="your-gemini-key"
+ ```bash
+ export ANTHROPIC_API_KEY="your-anthropic-key"
+ export GITHUB_TOKEN="your-github-token"
+ export GEMINI_API_KEY="your-gemini-key"
63
64
65
3. **Source the environment file and verify setup:**
0 commit comments