From 8fa166777cbcd92e871e937d9557f0f1a732c04d Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:09:36 -0700 Subject: Update README.md Remove redundant header --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 42ed9d3..41de347 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ The goal of the Mobius client is to make it fun and easy to connect to multiple ### Docker -### Docker - To quickly run a Hotline server with ports forwarded from the host OS to the container, run: docker run --rm -p 5500:5500 -p 5501:5501 ghcr.io/jhalter/mobius:latest -- cgit