Update README.md with instructions for AUR helper installation#63
Merged
JonathanRohland-TNG merged 2 commits intomainfrom Jun 25, 2025
Merged
Update README.md with instructions for AUR helper installation#63JonathanRohland-TNG merged 2 commits intomainfrom
JonathanRohland-TNG merged 2 commits intomainfrom
Conversation
Add sections on using `yay` and `paru` for installing `please-cli` via AUR, along with manual installation instructions. This commit addresses #35 Signed-off-by: Jonathan Rohland <jonathan.rohland@tngtech.com>
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README to include detailed instructions for installing please-cli on Arch Linux using both yay and paru, along with the existing manual installation steps.
- Added a section for installing via an AUR helper with yay
- Added a section for installing via an AUR helper with paru
- Maintained the manual installation instructions for reference
NicholasTNG
reviewed
Jun 12, 2025
| ```bash | ||
| paru -S please-cli | ||
| ``` | ||
|
|
Collaborator
There was a problem hiding this comment.
Optionally: add (aurutils is the helper I use^^)
With aurutils
aur sync please-cli
sudo pacman -S please-cli
Collaborator
Author
There was a problem hiding this comment.
I have added this method as well.
Collaborator
|
I haven't used yay or paru, so I am not sure. But they both claim to be drop-in replacements for pacman, so the |
Expand AUR helper installation instructions by including aurutils usage details alongside `yay` and `paru`. Signed-off-by: Jonathan Rohland <jonathan.rohland@tngtech.com>
Collaborator
Author
|
BugBot run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add sections on using
yayandparufor installingplease-clivia AUR, along with manual installation instructions. This commit addresses #35(Note that I generated the instructions via GitHub Copilot, since I don't have access to an Arch-machine – requesting review by @NicholasTNG)