mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-10 01:02:06 +01:00
Correct macos config path in README
This commit is contained in:
parent
ac4fff4e1f
commit
e236b4d38c
1 changed files with 4 additions and 4 deletions
|
@ -91,10 +91,10 @@ Be aware you have to set boolean values in the commandline like this: `--downloa
|
|||
|
||||
You can find the configuration file in following locations:
|
||||
| OS | Location
|
||||
|-----------------|---------------------------------------------------------|
|
||||
| Windows | `C:\Users\<USERNAME>\AppData\Roaming\Zotify\config.json`|
|
||||
| MacOS | `/Users/<USERNAME>/.config/zotify/config.json` |
|
||||
| Linux | `/home/<USERNAME>/.config/zotify/config.json` |
|
||||
|-----------------|-------------------------------------------------------------------|
|
||||
| Windows | `C:\Users\<USERNAME>\AppData\Roaming\Zotify\config.json` |
|
||||
| MacOS | `/Users/<USERNAME>/Library/ApplicationSupport/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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue