From d58312f3e8b5753ecf3e19ffbe599fc43d912ff4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 29 Jun 2026 11:36:12 +0200 Subject: docs: fix info description and add per-user ~/bin install Co-Authored-By: Claude Opus 4.8 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e79d72..efcdcf5 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,26 @@ package contains a given file. Reads the package database in ``` is_installed # search package names for is_installed file-search # search file contents of every package for -is_installed info # less the matching package manifest +is_installed info # less the manifest of the single match (lists candidates if many) is_installed help # show help ``` ## Install +System-wide: + ``` install -m 0755 is_installed /usr/local/bin/is_installed install -m 0644 is_installed.bash-completion \ /usr/share/bash-completion/completions/is_installed ``` +Per-user (no root, needs `~/bin` on your PATH): + +``` +install -Dm0755 is_installed ~/bin/is_installed +``` + ## License GPLv2. See [LICENSE](LICENSE). -- cgit v1.2.3