Correct macos config path in README

This commit is contained in:
Zotify 2023-10-05 23:39:09 +02:00
parent ac4fff4e1f
commit e236b4d38c

View file

@ -91,9 +91,9 @@ Be aware you have to set boolean values in the commandline like this: `--downloa
You can find the configuration file in following locations: You can find the configuration file in following locations:
| OS | Location | OS | Location
|-----------------|---------------------------------------------------------| |-----------------|-------------------------------------------------------------------|
| Windows | `C:\Users\<USERNAME>\AppData\Roaming\Zotify\config.json`| | Windows | `C:\Users\<USERNAME>\AppData\Roaming\Zotify\config.json` |
| MacOS | `/Users/<USERNAME>/.config/zotify/config.json` | | MacOS | `/Users/<USERNAME>/Library/ApplicationSupport/Zotify/config.json` |
| Linux | `/home/<USERNAME>/.config/zotify/config.json` | | Linux | `/home/<USERNAME>/.config/zotify/config.json` |
To log out, just remove the configuration file. Uninstalling Zotify does not remove the config file. To log out, just remove the configuration file. Uninstalling Zotify does not remove the config file.