fixup! doc: update README

This commit is contained in:
Rob Watson 2025-05-15 08:34:54 +02:00
parent 827ec8388c
commit 4ad3f4de28

View File

@ -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.