diff --git a/General-Troubleshooting.md b/General-Troubleshooting.md new file mode 100644 index 0000000..e672d8f --- /dev/null +++ b/General-Troubleshooting.md @@ -0,0 +1,12 @@ +## General Troubleshooting +If the app breaks, make sure that it's not running(right click on tray icon and quit or kill it through the way your Operating System provides), delete [the data directory]() and re-run the app (**This procedure will delete all your data!**) and if the problem persists open an issue or ask for help on discord. + + +# The Data Directory +On Mac OS X : `/Users//Library/Application Support/Tachidesk` + +On Windows XP : `C:\Documents and Settings\\Application Data\Local Settings\Tachidesk` + +On Windows 7 and later : `C:\Users\\AppData\Local\Tachidesk` + +On Unix/Linux : `/home//.local/share/Tachidesk` \ No newline at end of file