docs: add launcher example to plugins docs
This commit is contained in:
parent
a3701e37cb
commit
92d5ff3e87
1 changed files with 3 additions and 0 deletions
|
|
@ -1309,6 +1309,9 @@ picoclaw picoclaw-service status
|
||||||
|
|
||||||
# Get help for a plugin
|
# Get help for a plugin
|
||||||
picoclaw service --help
|
picoclaw service --help
|
||||||
|
|
||||||
|
# Launch the web UI
|
||||||
|
picoclaw launcher
|
||||||
```
|
```
|
||||||
|
|
||||||
Plugins are executables in `~/.picoclaw/plugins/`. If a plugin is named `picoclaw-service`, you can run it as `picoclaw service` (prefix match).
|
Plugins are executables in `~/.picoclaw/plugins/`. If a plugin is named `picoclaw-service`, you can run it as `picoclaw service` (prefix match).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue