From 51492c80e2e7704271c230461c18076183d4b228 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sat, 14 May 2022 03:18:37 +0500 Subject: [PATCH] /usr/local/bin is a preferred location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73c348a..5968752 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Ensure rofi is installed, then clone this repository, ```SH git clone https://github.com/ElnuDev/rofi-checklist.git ``` -and copy [rofi-checklist.sh](rofi-checklist.sh) to `/usr/bin/rofi-checklist`. +and copy [rofi-checklist.sh](rofi-checklist.sh) to `/usr/local/bin/rofi-checklist`. -Alternatively you can curl/wget the file straight to `/usr/bin/rofi-checklist` and add the executable flag manually. +Alternatively you can curl/wget the file straight to `/usr/local/bin/rofi-checklist` and add the executable flag manually. ## Usage