aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-05-30 17:17:39 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-05-30 19:36:35 -0700
commit2301d8919c28eb888ea1eb968d03376b2219a27d (patch)
treea07d421848a33732844f0004d9d91e8c15c9b019 /README.md
parent1875c17aa5142d90fc03498875e195f2085d9640 (diff)
downloadhomer-2301d8919c28eb888ea1eb968d03376b2219a27d.tar.gz
homer-2301d8919c28eb888ea1eb968d03376b2219a27d.tar.zst
homer-2301d8919c28eb888ea1eb968d03376b2219a27d.zip
Adding PWA icons for proper pwa support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 763e1e6..28a2046 100644
--- 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
28### Using docker 28### Using docker
29 29
30```sh 30```sh
31sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest 31docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest
32``` 32```
33 33
34### Manually 34### Manually