@octamem/octamem-openclaw 1.0.0 → 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 +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,11 +9,7 @@ OctaMem personal memory plugin for [OpenClaw](https://openclaw.ai). Adds search/
|
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
npm install @octamem/octamem-openclaw
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
Or from the OpenClaw plugins list:
|
|
12
|
+
From the OpenClaw plugins list:
|
|
17
13
|
|
|
18
14
|
```bash
|
|
19
15
|
openclaw plugins install @octamem/octamem-openclaw
|