fixup! doc: update README

This commit is contained in:
Rob Watson 2025-05-15 08:46:52 +02:00
parent bf8696037b
commit bdf1076b58

View File

@ -62,10 +62,10 @@ Octoplex can run as a single process (all-in-one), or in a client/server pair.
Mode|Pick this when you... Mode|Pick this when you...
---|--- ---|---
All-in-one|Are testing locally, debugging, or streaming from the same machine that runs Docker. [All-in-one](#all-in-one)|Are testing locally, debugging, or streaming from the same machine that runs Docker.
Client/server|Want the server on a remote host (e.g., cloud VM) for long-running or unattended streams. [Client/server](#clientserver)|Want the server on a remote host (e.g., cloud VM) for long-running or unattended streams.
### All-in-one mode ### All-in-one
```bash ```bash
$ octoplex run $ octoplex run
@ -75,7 +75,7 @@ Starts the Octoplex server **and** the terminal UI in one process.
_Docker must be running on the same machine._ _Docker must be running on the same machine._
### Client/server mode ### Client/server
1. **Start the server** (on the host that has Docker): 1. **Start the server** (on the host that has Docker):