@christopherlittle51/postclaw 1.0.1 → 1.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
# 1. Install the plugin
|
|
63
|
-
openclaw plugins install @
|
|
63
|
+
openclaw plugins install @christopherlittle51/postclaw # from npm
|
|
64
64
|
# OR from a local path:
|
|
65
65
|
openclaw plugins install /path/to/PostClaw
|
|
66
66
|
|
|
@@ -84,7 +84,7 @@ Done. PostClaw will automatically:
|
|
|
84
84
|
### From npm (recommended)
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
openclaw plugins install @
|
|
87
|
+
openclaw plugins install @christopherlittle51/postclaw
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
### From local path
|
package/package.json
CHANGED