]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - README.md
Adding PWA icons for proper pwa support
[github/bastienwirtz/homer.git] / README.md
index 763e1e662f9655635eb4df819cd81c1559408ac6..28a2046a50a6d4b19bd23fcd7d06d0ee0f09ebf9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ If you need authentication support, you're on your own (it can be secured using
 ### Using docker
 
 ```sh
-sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest
+docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest
 ```
 
 ### Manually