summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-08-06 15:21:03 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-08-06 15:21:03 +0200
commit929c1b90d6b16706f9c63339f5f2a2b42332f3f3 (patch)
treeb2057dc317f6e4476d828f103046c3ab7e834c45 /Readme.md
parentd6adc45f0e0380d7f5404549e3774a02b2afaebe (diff)
split into two standalone containers
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 6508228..dd726f3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1 +1,13 @@
-TODO: split into generic package and server service implementation
+## Run web interface
+```
+docker compose up -d
+# add overwrites as needed
+```
+
+## Update printings database
+
+```
+just get_printings
+# or
+curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite
+```