Add engine doctor and guided install

This commit is contained in:
Benjamin Shafii
2026-01-15 14:23:02 -08:00
parent 862f58e13b
commit b7e7a8791c
6 changed files with 375 additions and 9 deletions

View File

@@ -19,5 +19,5 @@ git -C vendor/opencode pull --ff-only
### Clone mirror
```bash
git clone https://github.com/opencode-ai/opencode vendor/opencode
git clone https://github.com/anomalyco/opencode vendor/opencode
```

View File

@@ -58,7 +58,7 @@ opencode -p "your prompt" -f json -q
### Clone the OpenCode mirror
```bash
git clone https://github.com/opencode-ai/opencode vendor/opencode
git clone https://github.com/anomalyco/opencode vendor/opencode
```
### Initialize Tauri project
@@ -81,5 +81,5 @@ pnpm tauri android init
### Clone the OpenCode mirror
```bash
git clone https://github.com/opencode-ai/opencode vendor/opencode
git clone https://github.com/anomalyco/opencode vendor/opencode
```