mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
docs: clarify pruning behavior and setup TL;DR orientation
This commit is contained in:
@@ -13,9 +13,11 @@ For onboarding details, see [Onboarding (CLI)](/start/wizard).
|
||||
|
||||
## TL;DR
|
||||
|
||||
- **Tailoring lives outside the repo:** `~/.openclaw/workspace` (workspace) + `~/.openclaw/openclaw.json` (config).
|
||||
- **Stable workflow:** install the macOS app; let it run the bundled Gateway.
|
||||
- **Bleeding edge workflow:** run the Gateway yourself via `pnpm gateway:watch`, then let the macOS app attach in Local mode.
|
||||
Pick a setup workflow based on how often you want updates and whether you want to run the Gateway yourself:
|
||||
|
||||
- **Tailoring lives outside the repo:** keep your config and workspace in `~/.openclaw/openclaw.json` and `~/.openclaw/workspace/` so repo updates don't touch them.
|
||||
- **Stable workflow (recommended for most):** install the macOS app and let it run the bundled Gateway.
|
||||
- **Bleeding edge workflow (dev):** run the Gateway yourself via `pnpm gateway:watch`, then let the macOS app attach in Local mode.
|
||||
|
||||
## Prereqs (from source)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user