We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af7e03 + 78c2152 commit 7b6cbd1Copy full SHA for 7b6cbd1
1 file changed
README.md
@@ -62,12 +62,18 @@ pip install -e ".[dev]"
62
GEMINI_API_KEY="your-gemini-key"
63
```
64
65
-3. **Launch the interactive menu:**
+3. **Source the environment file and verify setup:**
66
+ ```bash
67
+ source ~/.env
68
+ cam doctor
69
+ ```
70
+
71
+4. **Launch the interactive menu:**
72
```bash
73
cam launch
74
75
-4. **Select your assistant and start coding!**
76
+5. **Select your assistant and start coding!**
77
78
### Configuration files
79
0 commit comments