Skip to content

Commit 40cd047

Browse files
committed
Update README with optional OpenCode installation instructions
1 parent 5f58e0c commit 40cd047

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff 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
109123
bunx 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.

0 commit comments

Comments
 (0)