Skip to content

Update README.md with instructions for AUR helper installation#63

Merged
JonathanRohland-TNG merged 2 commits intomainfrom
issue35-update-arch-docs
Jun 25, 2025
Merged

Update README.md with instructions for AUR helper installation#63
JonathanRohland-TNG merged 2 commits intomainfrom
issue35-update-arch-docs

Conversation

@JonathanRohland-TNG
Copy link
Copy Markdown
Collaborator

Add sections on using yay and paru for installing please-cli via 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)

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>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread README.md
```bash
paru -S please-cli
```

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally: add (aurutils is the helper I use^^)

With aurutils

aur sync please-cli
sudo pacman -S please-cli

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added this method as well.

@NicholasTNG
Copy link
Copy Markdown
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 -S flag should be correct.

Expand AUR helper installation instructions by including aurutils usage details alongside `yay` and `paru`.

Signed-off-by: Jonathan Rohland <jonathan.rohland@tngtech.com>
@JonathanRohland-TNG
Copy link
Copy Markdown
Collaborator Author

BugBot run

@JonathanRohland-TNG JonathanRohland-TNG linked an issue Jun 12, 2025 that may be closed by this pull request
@JonathanRohland-TNG JonathanRohland-TNG merged commit ae35024 into main Jun 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Readme to mention AUR package

3 participants