docs: fix onboarding rendering issues

This commit is contained in:
Sebastian
2026-02-05 12:14:45 -05:00
parent 3011b00d39
commit c8f4bca0c4

View File

@@ -64,16 +64,17 @@ Onboarding requests TCC permissions needed for:
- Speech Recognition - Speech Recognition
- Camera - Camera
- Location - Location
</Step>
<Step title="CLI"> </Step>
<Step title="CLI">
<Info>This step is optional</Info> <Info>This step is optional</Info>
The app can install the global `openclaw` CLI via npm/pnpm so terminal The app can install the global `openclaw` CLI via npm/pnpm so terminal
workflows and launchd tasks work out of the box. workflows and launchd tasks work out of the box.
</Step> </Step>
<Step title="Onboarding Chat (dedicated session)"> <Step title="Onboarding Chat (dedicated session)">
After setup, the app opens a dedicated onboarding chat session so the agent can After setup, the app opens a dedicated onboarding chat session so the agent can
introduce itself and guide next steps. This keeps firstrun guidance separate introduce itself and guide next steps. This keeps firstrun guidance separate
from your normal conversation. See [Bootstrapping](/start/bootstrapping) for from your normal conversation. See [Bootstrapping](/start/bootstrapping) for
what happens on the gateway host during the first agent run. what happens on the gateway host during the first agent run.
</Step> </Step>
</Steps> </Steps>