Add Wiki to main repo to allow pull requests for improvements (#1647)

This commit is contained in:
Mitchell Syer
2025-09-15 09:25:13 -04:00
committed by GitHub
parent bbd7e30298
commit 1dd79a0b1e
7 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
## Default data directory
The default data directory is located below depending on your operating system:
Replace `<Account>` with your account/username.
On Windows 7 and later : `C:\Users\<Account>\AppData\Local\Tachidesk`
On Windows XP : `C:\Documents and Settings\<Account>\Application Data\Local Settings\Tachidesk`
On Mac OS X : `/Users/<Account>/Library/Application Support/Tachidesk`
On Unix/Linux : `/home/<account>/.local/share/Tachidesk`
## Custom
You can set Suwayomi-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`