/usr/local/bin is a preferred location
This commit is contained in:
parent
650ca05f6e
commit
51492c80e2
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ Ensure rofi is installed, then clone this repository,
|
||||||
```SH
|
```SH
|
||||||
git clone https://github.com/ElnuDev/rofi-checklist.git
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
Reference in a new issue