From 1a893d91658e0b702e252bf76981692c6d14c1e0 Mon Sep 17 00:00:00 2001 From: risou Date: Sun, 17 May 2026 00:28:59 +0900 Subject: [PATCH] docs: use ranma start in startup examples --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecfbb2b..9181958 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This produces two binaries: Start the server with an init script: ```sh -ranma-server start --init ./examples/unified/init +ranma start --init ./examples/unified/init ``` The init script launches widget processes that use the `ranma` CLI to add and update status bar items. diff --git a/examples/README.md b/examples/README.md index 24cc940..e0b2707 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ Example widgets demonstrating ranma's capabilities. Each example can be used as an init script: ```sh -ranma-server start --init ./examples//init +ranma start --init ./examples//init ``` You can also run an init script directly while ranma-server is already running, to add widgets to the existing session: