From daca3448c0a0b06b3977989b095cbab87a54ed68 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 3 Sep 2025 18:50:21 +0200 Subject: feat: add Makefile --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5b7d650..15276e9 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,10 @@ # aur -My AUR helper. See `aur -h` +A small AUR helper script. -## Shell completion - -Bash +## Installation ```sh -cp aur-completion.bash ~/.aur-completion.bash - -# add this line to your .bashrc -source ~/.aur-completion.bash +make install # may require sudo / root privileges ``` -Fish -```sh -cp aur.fish ~/.config/fish/completions/ -``` +This will install the `aur` binary, the `man` page and shell completions for fish and bash. -- cgit v1.2.3