launcher: add start --dolt and startup guidance

This commit is contained in:
ZenchantLive 2026-03-03 16:19:01 -08:00
parent 8e4833f56d
commit 4c2ae2e5b7
5 changed files with 132 additions and 8 deletions

View file

@ -124,9 +124,14 @@ Runtime home:
Launcher commands:
- `beadboard start`
- `beadboard start --dolt` (runs `bd dolt start` in the current project folder, then starts BeadBoard)
- `beadboard open`
- `beadboard status`
Startup note:
- In project repositories, run `bd dolt start` from the project directory (the folder with `.beads`).
- If you want one command for both steps, use `beadboard start --dolt`.
---
## Quick Start