We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdfb71 commit 06e182bCopy full SHA for 06e182b
README.md
@@ -28,10 +28,13 @@ Built for solo entrepreneurs and small teams who want to operationalize the expe
28
## Quick Start
29
30
```bash
31
-# 1. Install and configure
+# 1. Install dependencies
32
+npm install
33
+
34
+# 2. Install and configure
35
npx mega-brain-ai setup
36
-# 2. Fill in API keys when prompted (only OPENAI_API_KEY is required)
37
+# 3. Fill in API keys when prompted (only OPENAI_API_KEY is required)
38
39
# 3. Open Claude Code and check system status
40
/jarvis-briefing
0 commit comments