From 40bdb5e8ed5e79a45d36176e0a727a96919940d8 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Tue, 18 Jul 2023 11:20:17 -0400 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 2a55d46..82aa778 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -75,7 +75,7 @@ server.downloadsPath = "" ``` - `server.debugLogsEnabled` controls whether if Tachidesk-Server should print more information while being run inside a Terminal/CMD/Powershell window. - `server.systemTrayEnabled = true` whether if Tachidesk-Server should show a System Tray Icon, disabling this on headless servers is recommended. -- `server.downloadsPath = ""` the path where manga downloads will be stored, if the value is empty, the default directory `downloads` inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory) will be used. +- `server.downloadsPath = ""` the path where manga downloads will be stored, if the value is empty, the default directory `downloads` inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory) will be used. If you are on Windows the slashes `\` needs to be doubled(`\\`) or replaced with `/` ## Overriding configuration options with command-line arguments You can override the above configuration options with command-line arguments.