From 4ad3f4de28a4d5b55cc4b85b5bea9acd5ea2b3f1 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 15 May 2025 08:34:54 +0200 Subject: [PATCH] fixup! doc: update README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c7cda8c..5fa8ba4 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,6 @@ Octoplex is a Docker-native live video restreamer. ## Installation -### Docker Engine - -First, ensure that Docker Engine is installed. - -Linux: See https://docs.docker.com/engine/install/. - -MacOS: https://docs.docker.com/desktop/setup/install/mac-install/ - ### Octoplex #### Homebrew @@ -58,6 +50,14 @@ Alternatively, grab the latest build for your platform from the [releases page]( Unarchive the `octoplex` binary and copy it somewhere in your $PATH. +### Docker Engine + +If you're running Octoplex locally you'll need Docker installed too. + +Linux: See https://docs.docker.com/engine/install/. + +MacOS: https://docs.docker.com/desktop/setup/install/mac-install/ + ## Usage Octoplex can run as a single process (all-in-one), or in separate client/server mode.