refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,13 +1,13 @@
---
summary: "CLI reference for `moltbot setup` (initialize config + workspace)"
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
---
# `moltbot setup`
# `openclaw setup`
Initialize `~/.clawdbot/moltbot.json` and the agent workspace.
Initialize `~/.openclaw/openclaw.json` and the agent workspace.
Related:
- Getting started: [Getting started](/start/getting-started)
@@ -16,13 +16,13 @@ Related:
## Examples
```bash
moltbot setup
moltbot setup --workspace ~/clawd
openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
```
To run the wizard via setup:
```bash
moltbot setup --wizard
openclaw setup --wizard
```