Skip to content

Commit 6eab3ab

Browse files
committed
docs(readme): recommend installing as lsblk.lua
On FreeBSD, the path `/usr/local/bin/lsblk` means vermaden's script because of the port sysutils/lsblk. Let's not get lsblk.lua confused with it and avoid a filename conflict by default.
1 parent 9ddc546 commit 6eab3ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ cd lsblk.lua
2020
# Install for the current user.
2121
# You may need to add `~/.local/bin/` to `PATH`.
2222
mkdir -p ~/.local/bin/
23-
install lsblk.lua ~/.local/bin/lsblk
23+
install lsblk.lua ~/.local/bin/
2424

2525
# Install for all users.
2626
# Replace `sudo` with `doas` or `su -c` as necessary.
27-
# Change `lsblk` to `lsblk-lua` or `lsblk.lua` to avoid conflict with sysutils/lsblk.
28-
sudo install lsblk.lua /usr/local/bin/lsblk
27+
sudo install lsblk.lua /usr/local/bin/
2928
```
3029

3130
## Usage

0 commit comments

Comments
 (0)