From 4a1928ba9259cd6971b41d9d208280d1f04dcfce Mon Sep 17 00:00:00 2001 From: Kay Kaprolat Date: Fri, 10 Dec 2021 22:00:00 +0100 Subject: [PATCH] removed forgotten TODO from Docker_Windows.md --- Docker_Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker_Windows.md b/Docker_Windows.md index 40650abf..bf47ff0f 100644 --- a/Docker_Windows.md +++ b/Docker_Windows.md @@ -19,7 +19,7 @@ ![Disable Autostart](docker/images/DD_General_Settings.png) -8. Download the DarkflameServer repository and extract it to a location of your choice. TODO submodules were not downloaded for me... +8. Download the DarkflameServer repository and extract it to a location of your choice. 9. Inside the extracted folder, copy `.env.example` and name the copy `.env` 10. Open `.env` with notepad by right-clicking it and selecting _Open With_ -> _More apps_ -> _Notepad_. 11. Change the text after `CLIENT_PATH=` to the location of your client. The folder you are pointing to must contain a folder called `client` which should contain the client files. Use `/` instead of `\`. For example, if you have `legouniverse.exe` at `C:\Users\someone\Downloads\LU\client\legouniverse.exe`, enter `C:/Users/someone/Downloads/LU`