diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1468f5aa1..d7dd92c6845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Status: beta. - Telegram: support plugin sendPayload channelData (media/buttons) and validate plugin commands. (#1917) Thanks @JoshuaLelon. - Telegram: avoid block replies when streaming is disabled. (#1885) Thanks @ivancasco. - Docs: keep docs header sticky so navbar stays visible while scrolling. (#2445) Thanks @chenyuan99. +- Docs: update exe.dev install instructions. (#https://github.com/moltbot/moltbot/pull/3047) Thanks @zackerthescar. - Security: use Windows ACLs for permission audits and fixes on Windows. (#1957) - Auth: show copyable Google auth URL after ASCII prompt. (#1787) Thanks @robbyczgw-cla. - Routing: precompile session key regexes. (#1697) Thanks @Ray0907. diff --git a/docs/platforms/exe-dev.md b/docs/platforms/exe-dev.md index 69f3c9acfe1..796ddc37450 100644 --- a/docs/platforms/exe-dev.md +++ b/docs/platforms/exe-dev.md @@ -103,8 +103,8 @@ server { ## 5) Access Moltbot and grant privileges -Access `https//.exe.xyz/?token=YOUR-TOKEN-FROM-TERMINAL`. Approve -devices with `clawdbot device list` and `clawdbot device accept`. When in doubt, +Access `https://.exe.xyz/?token=YOUR-TOKEN-FROM-TERMINAL`. Approve +devices with `moltbot devices list` and `moltbot device approve`. When in doubt, use Shelley from your browser! ## Remote Access