Update README.md

Fixed typo in symbolic link path
This commit is contained in:
2024-12-31 21:30:58 +00:00
committed by GitHub
parent 61cf679a9d
commit 68df61b07f
+1 -1
View File
@@ -38,7 +38,7 @@ You may also clone this respository and create a symbolic link to the file to re
```bash
git clone https://github.com/dunestorm333/hdr-helper.git
cd hdr-helper
ln -s hdr-helper ~/.local/usr/bin/
ln -s hdr-helper ~/.local/bin/
chmod +x ~/.local/usr/bin/hdr-helper
```