fix(bootstrap): support --model in onboard passthrough

This commit is contained in:
Chummy 2026-02-19 17:34:36 +08:00
parent 3c60b6bc2d
commit c9a0893fc8
2 changed files with 23 additions and 4 deletions

View file

@ -188,7 +188,7 @@ cd zeroclaw
# Optional: bootstrap dependencies + Rust on fresh machines
./bootstrap.sh --install-system-deps --install-rust
# Optional: run onboarding in the same flow
# Optional: run onboarding in the same flow
./bootstrap.sh --onboard --api-key "sk-..." --provider openrouter [--model "openrouter/auto"]
```