From a70b68e6236bd2c8144e4b30930acaecca72bfb5 Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Tue, 23 Sep 2025 19:27:50 +0100 Subject: [PATCH] Update README.md with additional setup instructions for Arch based distros. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e880f..6298156 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,15 @@ To start with, clone this repository and create a symbolic link to the file: ```bash git clone https://github.com/dunestorm333/hdr-helper.git cd hdr-helper + # Not all distros will create the below path, create it assuming that it doesn't -# exist on your system +# exist on your system. Some distros can be fussy where they search for the path. mkdir ~/.local/bin/ +# For Fedora based distros (more portable) ln -s $PWD/hdr-helper ~/.local/bin/ +# For Arch based distros (more compatible) +sudo ln -s $PWD/hdr-helper /usr/bin/ + chmod +x ~/.local/bin/hdr-helper # You will also need to copy monitor.conf into ~/.config/hdr-helper