docs: note relative plugin install paths
This commit is contained in:
@@ -148,6 +148,7 @@ export default {
|
|||||||
clawdbot plugins list
|
clawdbot plugins list
|
||||||
clawdbot plugins info <id>
|
clawdbot plugins info <id>
|
||||||
clawdbot plugins install <path> # add a local file/dir to plugins.load.paths
|
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 ./plugin.tgz # install from a local tarball
|
||||||
clawdbot plugins install @clawdbot/voice-call # install from npm
|
clawdbot plugins install @clawdbot/voice-call # install from npm
|
||||||
clawdbot plugins enable <id>
|
clawdbot plugins enable <id>
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ Restart the Gateway afterwards.
|
|||||||
### Option B: install from a local folder (dev, no copying)
|
### Option B: install from a local folder (dev, no copying)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
clawdbot plugins install /absolute/path/to/voice-call
|
clawdbot plugins install ./extensions/voice-call
|
||||||
cd /absolute/path/to/voice-call && pnpm install
|
cd ./extensions/voice-call && pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart the Gateway afterwards.
|
Restart the Gateway afterwards.
|
||||||
|
|||||||
Reference in New Issue
Block a user