openclaw-elys 1.4.3 → 1.4.4
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,14 +45,12 @@ npx openclaw-elys status
|
|
|
45
45
|
|
|
46
46
|
## Uninstall / 卸载
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
One command to revoke device, clean up config, and remove the plugin:
|
|
49
|
+
|
|
50
|
+
一条命令撤销设备、清理配置并卸载插件:
|
|
49
51
|
|
|
50
52
|
```bash
|
|
51
|
-
# Step 1: Revoke device and remove channel config / 第一步:撤销设备并清除频道配置
|
|
52
53
|
npx openclaw-elys uninstall
|
|
53
|
-
|
|
54
|
-
# Step 2: Remove the plugin / 第二步:卸载插件
|
|
55
|
-
openclaw plugins uninstall openclaw-elys
|
|
56
54
|
```
|
|
57
55
|
|
|
58
56
|
## License
|