mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
fix(plugins): use default tags for official plugin installs
This commit is contained in:
@@ -50,7 +50,7 @@ openclaw plugins install npm:<package>
|
||||
openclaw plugins install clawhub:<package>@1.2.3
|
||||
openclaw plugins install clawhub:<package>@beta
|
||||
openclaw plugins install npm:@scope/openclaw-plugin@1.2.3
|
||||
openclaw plugins install npm:@openclaw/codex@beta
|
||||
openclaw plugins install npm:@openclaw/codex
|
||||
|
||||
# Install from git or a local development checkout.
|
||||
openclaw plugins install git:github.com/acme/openclaw-plugin@v1.0.0
|
||||
|
||||
@@ -41,8 +41,8 @@ the Gateway, then restart the Gateway to load it.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
Use `@openclaw/voice-call@beta` when following the OpenClaw beta channel and
|
||||
npmjs shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an
|
||||
exact version only when you need a reproducible install.
|
||||
|
||||
Restart the Gateway afterwards so the plugin loads.
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ No external `zca`/`openzca` CLI binary is required.
|
||||
openclaw plugins install @openclaw/zalouser
|
||||
```
|
||||
|
||||
Use `@openclaw/zalouser@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Restart the Gateway afterwards.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user