From eaf1b6bfeeb42de4cbc1cb45649ff56005893bd3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 23 Jan 2026 01:37:52 +0000 Subject: [PATCH] docs: simplify OpenProse install --- docs/prose.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/prose.md b/docs/prose.md index 68b1f3dc06..94487bdfc4 100644 --- a/docs/prose.md +++ b/docs/prose.md @@ -25,13 +25,9 @@ Bundled plugins are disabled by default. Enable OpenProse: clawdbot plugins enable open-prose ``` -If you're using a local checkout instead of bundled: +Restart the Gateway after enabling the plugin. -```bash -clawdbot plugins install ./extensions/open-prose -``` - -Restart the Gateway after enabling or installing the plugin. +Dev/local checkout: `clawdbot plugins install ./extensions/open-prose` Related docs: [Plugins](/plugin), [Plugin manifest](/plugins/manifest), [Skills](/tools/skills).