Skip to content

Commit 64edd2a

Browse files
committed
Update .env format to use export statements
1 parent 78c2152 commit 64edd2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ pip install -e ".[dev]"
5656
```
5757

5858
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"
59+
```bash
60+
export ANTHROPIC_API_KEY="your-anthropic-key"
61+
export GITHUB_TOKEN="your-github-token"
62+
export GEMINI_API_KEY="your-gemini-key"
6363
```
6464

6565
3. **Source the environment file and verify setup:**

0 commit comments

Comments
 (0)