docs(onboarding): show explicit custom model examples

Replace the bracketed optional model placeholder with copy-pasteable onboarding commands so the OpenRouter custom model path is shown unambiguously in both bootstrap help and the onboarding guide.
This commit is contained in:
argenis de la rosa 2026-03-10 09:07:43 -04:00 committed by Argenis
parent 5d500bfc85
commit 330229273e
2 changed files with 3 additions and 1 deletions

View File

@ -119,6 +119,7 @@ it pulls `ghcr.io/zeroclaw-labs/zeroclaw:latest` and tags it locally before runn
```bash
./bootstrap.sh --onboard --api-key "sk-..." --provider openrouter
./bootstrap.sh --onboard --api-key "sk-..." --provider openrouter --model "openrouter/auto"
```
Or with environment variables:

View File

@ -56,7 +56,8 @@ Examples:
./zeroclaw_install.sh --install-system-deps --install-rust
./zeroclaw_install.sh --prefer-prebuilt
./zeroclaw_install.sh --prebuilt-only
./zeroclaw_install.sh --onboard --api-key "sk-..." --provider openrouter [--model "openrouter/auto"]
./zeroclaw_install.sh --onboard --api-key "sk-..." --provider openrouter
./zeroclaw_install.sh --onboard --api-key "sk-..." --provider openrouter --model "openrouter/auto"
./zeroclaw_install.sh --interactive-onboard
./zeroclaw_install.sh --docker --docker-config ./config.toml --docker-daemon