diff --git a/README.md b/README.md index 8e6d982..76b8129 100644 --- a/README.md +++ b/README.md @@ -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... ---|--- -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. +[All-in-one](#all-in-one)|Are testing locally, debugging, or streaming from the same machine that runs Docker. +[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 $ 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._ -### Client/server mode +### Client/server 1. **Start the server** (on the host that has Docker):