From bdf1076b58d3107a33cd44b81d187c066a3a8415 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 15 May 2025 08:46:52 +0200 Subject: [PATCH] fixup! doc: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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):