mirror of https://github.com/openclaw/openclaw.git
Docs: fix README quick start commands
This commit is contained in:
parent
133cce23ce
commit
09532ed57b
|
|
@ -69,10 +69,10 @@ Full beginner guide (auth, pairing, channels): [Getting started](https://docs.op
|
|||
```bash
|
||||
openclaw onboard --install-daemon
|
||||
|
||||
openclaw gateway --port 18789 --verbose
|
||||
openclaw gateway status
|
||||
|
||||
# Send a message
|
||||
openclaw message send --to +1234567890 --message "Hello from OpenClaw"
|
||||
openclaw message send --target +1234567890 --message "Hello from OpenClaw"
|
||||
|
||||
# Talk to the assistant (optionally deliver back to any connected channel: WhatsApp/Telegram/Slack/Discord/Google Chat/Signal/iMessage/BlueBubbles/IRC/Microsoft Teams/Matrix/Feishu/LINE/Mattermost/Nextcloud Talk/Nostr/Synology Chat/Tlon/Twitch/Zalo/Zalo Personal/WebChat)
|
||||
openclaw agent --message "Ship checklist" --thinking high
|
||||
|
|
|
|||
Loading…
Reference in New Issue