Docs: fix landing page first-run flow

This commit is contained in:
Vincent Koc 2026-03-14 10:23:36 -07:00
parent 09532ed57b
commit 61c8d67f50

View File

@ -106,10 +106,10 @@ The Gateway is the single source of truth for sessions, routing, and channel con
openclaw onboard --install-daemon
```
</Step>
<Step title="Pair WhatsApp and start the Gateway">
<Step title="Check the Gateway and open the Control UI">
```bash
openclaw channels login
openclaw gateway --port 18789
openclaw gateway status
openclaw dashboard
```
</Step>
</Steps>