docs: note relative plugin install paths

This commit is contained in:
Peter Steinberger
2026-01-12 22:32:33 +00:00
parent 1920138122
commit 9f90d0721a
2 changed files with 3 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ export default {
clawdbot plugins list
clawdbot plugins info <id>
clawdbot plugins install <path> # add a local file/dir to plugins.load.paths
clawdbot plugins install ./extensions/voice-call # relative path ok
clawdbot plugins install ./plugin.tgz # install from a local tarball
clawdbot plugins install @clawdbot/voice-call # install from npm
clawdbot plugins enable <id>