Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.42 KB

File metadata and controls

32 lines (23 loc) · 1.42 KB

Getting Started Docs

For first-time setup and quick orientation.

Start Path

  1. Main overview and quick start: ../../README.md
  2. One-click setup and dual bootstrap mode: ../one-click-bootstrap.md
  3. Find commands by tasks: ../commands-reference.md

Choose Your Path

Scenario Command
I have an API key, want fastest setup zerobuild onboard --api-key sk-... --provider openrouter
I want guided prompts zerobuild onboard --interactive
Config exists, just fix channels zerobuild onboard --channels-only
Config exists, I intentionally want full overwrite zerobuild onboard --force
Using subscription auth See Subscription Auth

Onboarding and Validation

  • Quick onboarding: zerobuild onboard --api-key "sk-..." --provider openrouter
  • Interactive onboarding: zerobuild onboard --interactive
  • Existing config protection: reruns require explicit confirmation (or --force in non-interactive flows)
  • Ollama cloud models (:cloud) require a remote api_url and API key (for example api_url = "https://ollama.com").
  • Validate environment: zerobuild status + zerobuild doctor

Next