Note custom data folder

Mitchell Syer
2022-02-15 15:46:07 -05:00
parent 66afe5bd62
commit 4154155098

@@ -1,4 +1,5 @@
The data directory is located below depending on your operating sysyem:
## Default data directory
The default data directory is located below depending on your operating system:
Replace `<Account>` with your account/user name.
@@ -8,4 +9,11 @@ On Windows XP : `C:\Documents and Settings\<Account>\Application Data\Local Sett
On Mac OS X : `/Users/<Account>/Library/Application Support/Tachidesk`
On Unix/Linux : `/home/<account>/.local/share/Tachidesk`
On Unix/Linux : `/home/<account>/.local/share/Tachidesk`
## Custom
You can set Tachidesk-Server to use a specific directory with the `-Dsuwayomi.tachidesk.config.server.rootDir` startup argument.
An example of this is `java -Dsuwayomi.tachidesk.config.server.rootDir="D:\Tachidesk Data" -jar Tachidesk-vX.Y.Z-rxxxx.jar`
You can additionally add the argument to the Tachidesk.jar startup scripts.