From 13ab879c7e2f6cdcbe3dd76b3f1201c1f858fce5 Mon Sep 17 00:00:00 2001 From: dschu012 Date: Wed, 2 Sep 2020 14:04:12 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de8a314..1979a9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +### D2S-UI + +Barebones UI for displaying a d2s file. + +![image](https://user-images.githubusercontent.com/1458109/92019197-390d4d00-ed24-11ea-93f1-7fd7333e3cc7.png) + +You need to provide the images/txt data extracted from the MPQ as env variables: + +* `MPQ_DATA_DIR` - path to extracted MPQ data. +* `IMG_DATA_DIR` - optional image directory instead of MPQ data directory. + ##### Build ``` docker build . -t dschu012/d2s:latest @@ -15,4 +26,4 @@ docker run dschu012/d2s:latest \ ##### Examples * https://diablo.dannyschumacher.com/#/ -* https://resurgence.dannyschumacher.com/#/ \ No newline at end of file +* https://resurgence.dannyschumacher.com/#/