From 285d018ceb676f576728eb5c065f542819fa92af Mon Sep 17 00:00:00 2001 From: Luke Butcher Date: Sat, 9 Apr 2022 16:21:00 +0100 Subject: [PATCH] Update README.md small note on script being case sensitive to the fvtt zip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ddd11b..6452bea 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Once you have downloaded that you will need to edit the listed files. Next you can will need to upload your foundry `foundryvtt-0.x.x.zip` to the `foundry_download` folder. +Note: Default file name may be `FoundryVTT-x.xxx.zip`, this will need to be renamed to lower case, `foundryvtt-x.xxx.zip` or it wont be found by the scripts. + ### Installing Docker, Docker-Compose and setting up Traefik! All the needed commands are in the setup.sh file. You can run it with the command below, this may take up to 5mins to run.