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:
parent
5d500bfc85
commit
330229273e
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user