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.