From 92d5ff3e875210a810c416cb7d2ee30ca5535e2a Mon Sep 17 00:00:00 2001 From: Keith Patrick Date: Thu, 5 Mar 2026 05:12:27 +0000 Subject: [PATCH] docs: add launcher example to plugins docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85d438ccd..7a728b075 100644 --- a/README.md +++ b/README.md @@ -1309,6 +1309,9 @@ picoclaw picoclaw-service status # Get help for a plugin 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).