From bb1c7095d7526cb4ef902d5ecd9b95a22d5d4f17 Mon Sep 17 00:00:00 2001 From: Nils Bergmann Date: Fri, 31 Dec 2021 13:58:09 +0100 Subject: [PATCH] Update Docker_Windows.md Co-authored-by: Marcono1234 --- Docker_Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker_Windows.md b/Docker_Windows.md index 966f0dc9..25f1f964 100644 --- a/Docker_Windows.md +++ b/Docker_Windows.md @@ -24,7 +24,7 @@ 10. Type `git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer` 11. Once the command has completed (you can see you path again and can enter commands), close the window. 12. Inside the downloaded folder, copy `.env.example` and name the copy `.env` -13. Open `.env` with notepad by right-clicking it and selecting _Open With_ -> _More apps_ -> _Notepad_. +13. Open `.env` with Notepad by right-clicking it and selecting _Open With_ -> _More apps_ -> _Notepad_. 14. 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` > If you need the extra performance, place the client files in `\\wsl$\\...` to avoid working across file systems, see [Docker Best Practices](https://docs.docker.com/desktop/windows/wsl/#best-practices) and [WSL documentation](https://docs.microsoft.com/en-us/windows/wsl/filesystems#file-storage-and-performance-across-file-systems).