openclaw-elys 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ openclaw plugins install openclaw-elys
|
|
|
14
14
|
openclaw gateway restart
|
|
15
15
|
|
|
16
16
|
# 3. Register device / 注册设备
|
|
17
|
-
npx openclaw-elys setup <gateway_url> <register_token>
|
|
17
|
+
npx openclaw-elys@latest setup <gateway_url> <register_token>
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Get a one-time register token from the Elys App. / 从 Elys App 获取一次性注册令牌。
|
|
@@ -26,7 +26,7 @@ setup 命令会自动配置 `~/.openclaw/openclaw.json` 中的 `channels.elys`
|
|
|
26
26
|
## Status / 查看状态
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npx openclaw-elys status
|
|
29
|
+
npx openclaw-elys@latest status
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Uninstall / 卸载
|
|
@@ -36,7 +36,7 @@ One command to revoke device, clean up config, and remove the plugin:
|
|
|
36
36
|
一条命令撤销设备、清理配置并卸载插件:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
npx openclaw-elys uninstall
|
|
39
|
+
npx openclaw-elys@latest uninstall
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## License
|