File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,28 @@ GOOGLE_API_KEY=your_google_key
102102
103103## 🚀 First-time Setup
104104
105- After starting the container, run inside the VSCode terminal:
105+ After starting the container, open the VSCode terminal (`` Ctrl+` `` ):
106+
107+ ### Required Setup
108+
109+ ``` bash
110+ # Authenticate Claude Code (first run will prompt for login)
111+ claude
112+ ```
113+
114+ ### Optional: Install OpenCode & Sisyphus
115+
116+ OpenCode and Oh My OpenCode (Sisyphus) can be installed if needed:
106117
107118``` bash
108- # Complete OpenCode/Sisyphus installation
119+ # Install OpenCode CLI
120+ curl -fsSL https://opencode.ai/install.sh | bash
121+
122+ # Install Oh My OpenCode
109123bunx oh-my-opencode install
110124
111- # Authenticate Claude Code
112- claude
125+ # Authenticate AI models
126+ opencode auth list
113127```
128+
129+ > ** Note** : OpenCode/Sisyphus installation is optional and requires interactive setup.
You can’t perform that action at this time.
0 commit comments