@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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. 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
- # 2. Install dependencies and build
45
+ # Install dependencies
46
46
  npm install
47
- npm run build
48
47
 
49
- # 3. Link the plugin to OpenClaw
50
- # Use absolute path for linking
51
- openclaw plugins link $(pwd)
48
+ # Install plugin into OpenClaw
49
+ openclaw plugins install --link .
52
50
  ```
53
51
 
54
52
  ### 3. Restart Gateway
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xwang152/claw-lark",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "Lark/Feishu channel plugin for OpenClaw with WebSocket and Webhook support",
6
6
  "license": "MIT",