From e236b4d38c65c4586a3ef711cb28fdc65a9eb2c1 Mon Sep 17 00:00:00 2001 From: Zotify Date: Thu, 5 Oct 2023 23:39:09 +0200 Subject: [PATCH] Correct macos config path in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0da8bed..a4d624c 100644 --- a/README.md +++ b/README.md @@ -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\\AppData\Roaming\Zotify\config.json`| -| MacOS | `/Users//.config/zotify/config.json` | -| Linux | `/home//.config/zotify/config.json` | +|-----------------|-------------------------------------------------------------------| +| Windows | `C:\Users\\AppData\Roaming\Zotify\config.json` | +| MacOS | `/Users//Library/ApplicationSupport/Zotify/config.json` | +| Linux | `/home//.config/zotify/config.json` | To log out, just remove the configuration file. Uninstalling Zotify does not remove the config file.