From 1d0318d935a9a265717be9311d25f4fed5f5037b Mon Sep 17 00:00:00 2001 From: Rob Brazier Date: Sun, 11 Aug 2024 17:27:26 +0100 Subject: [PATCH] feat: update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e3f3da8..43072a7 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ Plex Rich Presence alternatives: *P.S.* Discord needs to be running on the machine Discrakt is running on. *P.P.S.* Place the `credentials.ini` file in the same directory as the executable. +*P.P.P.S.* If you want to store the configuration in a common location, the `credentials.ini` can also be stored in: + +|Operating System|Location|Example| +|--------|-----|-------| +|Linux|`$XDG_CONFIG_HOME`/discrakt or `$HOME`/.config/discrakt|/home/alice/.config/discrakt/credentials.ini| +|macOS|`$HOME`/Library/Application Support/discrakt|/Users/Alice/Library/Application Support/discrakt/credentials.ini| +|Windows|`%LOCALAPPDATA%`\discrakt|C:\Users\Alice\AppData\Local\discrakt\credentials.ini| + ## Running executables Running the executables is as easy as clicking the provided executables in the latest [release](https://github.com/afonsojramos/discrakt/releases). That's it!