From 68df61b07f8a78d70600cba8cae271162eaf2010 Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Tue, 31 Dec 2024 21:30:58 +0000 Subject: [PATCH] Update README.md Fixed typo in symbolic link path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de401f..45e1d10 100644 --- a/README.md +++ b/README.md @@ -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 ```