diff --git a/README.md b/README.md index 4f8f45bf4..e1bc9c20a 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ Details: [Security guide](https://docs.clawd.bot/security) ยท [Docker + sandboxi ### [WhatsApp](https://docs.clawd.bot/whatsapp) -- Link the device: `pnpm clawdbot login` (stores creds in `~/.clawdbot/credentials`). +- Link the device: `pnpm clawdbot providers login` (stores creds in `~/.clawdbot/credentials`). - Allowlist who can talk to the assistant via `whatsapp.allowFrom`. - If `whatsapp.groups` is set, it becomes a group allowlist; include `"*"` to allow all. diff --git a/docs/install/ansible.md b/docs/install/ansible.md index 802cef780..dfa4a02e3 100644 --- a/docs/install/ansible.md +++ b/docs/install/ansible.md @@ -80,7 +80,7 @@ sudo systemctl restart clawdbot # Provider login (run as clawdbot user) sudo -i -u clawdbot -clawdbot login +clawdbot providers login ``` ## Security Architecture @@ -187,7 +187,7 @@ Make sure you're running as the `clawdbot` user: ```bash sudo -i -u clawdbot -clawdbot login +clawdbot providers login ``` ## Advanced Configuration