@xwang152/claw-lark 0.1.4 → 0.1.5
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
|
@@ -42,13 +42,11 @@ If you wish to install from source or for development/debugging purposes:
|
|
|
42
42
|
git clone https://github.com/xwang152/claw-lark.git
|
|
43
43
|
cd claw-lark
|
|
44
44
|
|
|
45
|
-
#
|
|
45
|
+
# Install dependencies
|
|
46
46
|
npm install
|
|
47
|
-
npm run build
|
|
48
47
|
|
|
49
|
-
#
|
|
50
|
-
|
|
51
|
-
openclaw plugins link $(pwd)
|
|
48
|
+
# Install plugin into OpenClaw
|
|
49
|
+
openclaw plugins install --link .
|
|
52
50
|
```
|
|
53
51
|
|
|
54
52
|
### 3. Restart Gateway
|