docs: add launcher example to plugins docs

This commit is contained in:
Keith Patrick 2026-03-05 05:12:27 +00:00
parent a3701e37cb
commit 92d5ff3e87

View file

@ -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).