diff --git a/README.md b/README.md index 90a548e..13b66b8 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,34 @@ sudo apt-get install -f ### arch The latest release is in the AUR under the name [please-cli](https://aur.archlinux.org/packages/please-cli). It can be installed [manually](https://wiki.archlinux.org/title/Arch_User_Repository) or with [a helper](https://wiki.archlinux.org/title/AUR_helpers). +#### Using an AUR helper (recommended) + +With [yay](https://github.com/Jguer/yay): +```bash +yay -S please-cli +``` + +With [paru](https://github.com/Morganamilo/paru): +```bash +paru -S please-cli +``` + +#### Using aurutils + +If you're using [aurutils](https://github.com/aurutils/aurutils) to manage AUR packages: + +```bash +# First, ensure you have an aurutils repository set up +# If not, follow the aurutils setup instructions first + +# Sync the AUR database and download the package +aur sync please-cli + +# Install the package from your local repository +sudo pacman -S please-cli +``` + +#### Manual installation Alternatively, you can build the package from source via ```bash wget https://raw.githubusercontent.com/TNG/please-cli/main/PKGBUILD