Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<name>/init
ranma start --init ./examples/<name>/init
```

You can also run an init script directly while ranma-server is already running, to add widgets to the existing session:
Expand Down