Skip to content

Commit 78c2152

Browse files
committed
Add .env source and cam doctor steps to Quick Start
1 parent 3af7e03 commit 78c2152

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,18 @@ pip install -e ".[dev]"
6262
GEMINI_API_KEY="your-gemini-key"
6363
```
6464

65-
3. **Launch the interactive menu:**
65+
3. **Source the environment file and verify setup:**
66+
```bash
67+
source ~/.env
68+
cam doctor
69+
```
70+
71+
4. **Launch the interactive menu:**
6672
```bash
6773
cam launch
6874
```
6975

70-
4. **Select your assistant and start coding!**
76+
5. **Select your assistant and start coding!**
7177

7278
### Configuration files
7379

0 commit comments

Comments
 (0)