[good first issue] docs: recommend exact version install for OpenClaw (#144)

* docs(openclaw): recommend exact version install

Signed-off-by: yangjj-iso <3202137046@qq.com>

* Revise OpenClaw plugin installation instructions

Updated installation instructions for OpenClaw plugin to remove version specification and added upgrade command.

* Revise TencentDB memory plugin installation instructions

Updated installation instructions for the TencentDB memory plugin to remove the specific version and added a note on using the OpenClaw command for upgrades.

---------

Signed-off-by: yangjj-iso <3202137046@qq.com>
Co-authored-by: 十五便士 <95488710+Maxwell-Code07@users.noreply.github.com>
This commit is contained in:
杨俊杰
2026-06-11 20:28:23 +08:00
committed by GitHub
parent 46e9977ba8
commit 0d39dffd37
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -139,6 +139,11 @@ openclaw plugins install @tencentdb-agent-memory/memory-tencentdb
openclaw gateway restart
```
> Please use the native OpenClaw command to upgrade the plugin. This approach prevents the plugin from being disabled caused by semantic version ranges.
> ```bash
> openclaw plugins update @tencentdb-agent-memory/memory-tencentdb
> ```
### 1.2 Zero-config to enable
Defaults to a local `SQLite + sqlite-vec` backend.