Skip to content

Commit eb35c67

Browse files
authored
Merge pull request #60 from zhujian0805/main
update readme
2 parents 7b6cbd1 + 64edd2a commit eb35c67

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)