Add local copy of OpenClaw docs for offline search

This commit is contained in:
2026-02-14 20:53:12 +01:00
parent 4ef0fd5258
commit 7ecf015e4e
687 changed files with 117598 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
---
summary: "CLI reference for `openclaw setup` (initialize config + workspace)"
read_when:
- Youre doing first-run setup without the full onboarding wizard
- You want to set the default workspace path
title: "setup"
---
# `openclaw setup`
Initialize `~/.openclaw/openclaw.json` and the agent workspace.
Related:
- Getting started: [Getting started](/start/getting-started)
- Wizard: [Onboarding](/start/onboarding)
## Examples
```bash
openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
```
To run the wizard via setup:
```bash
openclaw setup --wizard
```