]> git.r.bdr.sh - rbdr/mobius/blobdiff - README.md
Merge pull request #35 from aptonline/patch-1
[rbdr/mobius] / README.md
index 63514818de636c45372a87ecb70973eafd7ef3b0..8666c7801eb673ff45799a578c4fb0a14f68e3a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<picture>
+  <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/190136/173893691-349dcf82-4fbe-431f-966b-c54817770f66.png">
+  <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/190136/173893686-d07f72a6-2822-4e4b-9d61-7ba7019ba706.png">
+</picture>
+
 # Mobius
 
 Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) client and server implemented in Golang.
 # Mobius
 
 Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) client and server implemented in Golang.
@@ -12,7 +17,7 @@ The goal of the Mobius client is to make it fun and easy to connect to multiple
 
 If you run Docker, you can quickly try out the Mobius server with the official image from Docker hub:
 
 
 If you run Docker, you can quickly try out the Mobius server with the official image from Docker hub:
 
-    docker run --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest -init
+    docker run --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest
 
 This will start the Mobius server with the Hotline ports 5500 and 5501 exposed on localhost using a default configuration from the image.
 
 
 This will start the Mobius server with the Hotline ports 5500 and 5501 exposed on localhost using a default configuration from the image.