mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 22:52:41 +00:00
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# openclaw onboard
|
|
|
|
> Run the onboarding wizard to set up OpenClaw.
|
|
> More information: <https://docs.openclaw.ai/cli/onboard>.
|
|
|
|
- Run the onboarding wizard with daemon installation:
|
|
|
|
`openclaw onboard --install-daemon`
|
|
|
|
- Run the onboarding wizard without installing the daemon:
|
|
|
|
`openclaw onboard`
|
|
|
|
- Display help:
|
|
|
|
`openclaw onboard {{[-h|--help]}}`
|