@clawreach/openclaw-plugin 0.1.0 → 0.2.0
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
|
@@ -110,8 +110,8 @@ openclaw plugins install @clawreach/openclaw-plugin
|
|
|
110
110
|
## 开发
|
|
111
111
|
|
|
112
112
|
```bash
|
|
113
|
-
git clone https://git.shuiditech.com/
|
|
114
|
-
cd
|
|
113
|
+
git clone https://git.shuiditech.com/clawreach/clawreach-plugin.git
|
|
114
|
+
cd clawreach-plugin
|
|
115
115
|
npm install
|
|
116
116
|
npm run build
|
|
117
117
|
```
|
|
@@ -119,7 +119,7 @@ npm run build
|
|
|
119
119
|
本地开发时将插件目录注册到 OpenClaw:
|
|
120
120
|
|
|
121
121
|
```bash
|
|
122
|
-
openclaw plugins install ./path/to/
|
|
122
|
+
openclaw plugins install ./path/to/clawreach-plugin
|
|
123
123
|
```
|
|
124
124
|
|
|
125
125
|
## License
|