mirror of
https://github.com/clawdbot/clawdbot.git
synced 2026-01-31 11:27:45 +01:00
29 lines
570 B
Markdown
29 lines
570 B
Markdown
---
|
||
summary: "CLI reference for `openclaw setup` (initialize config + workspace)"
|
||
read_when:
|
||
- You’re doing first-run setup without the full onboarding wizard
|
||
- You want to set the default workspace path
|
||
---
|
||
|
||
# `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
|
||
```
|
||
|