Skip to content

docs: fix aur installation method#29

Merged
ErenayDev merged 2 commits intomasterfrom
docs/fix-pacman
Apr 22, 2026
Merged

docs: fix aur installation method#29
ErenayDev merged 2 commits intomasterfrom
docs/fix-pacman

Conversation

@ErenayDev
Copy link
Copy Markdown
Owner

@ErenayDev ErenayDev commented Apr 22, 2026

fixes #26

Summary by Sourcery

Documentation:

  • Correct Arch Linux/AUR installation command in the README to reference yay -S cachefetch-bin.

Summary by CodeRabbit

  • Documentation
    • Updated Arch Linux installation instructions to use yay as the package installation tool.

Signed-off-by: Erenay <103513350+ErenayDev@users.noreply.github.com>
Signed-off-by: Erenay <103513350+ErenayDev@users.noreply.github.com>
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 22, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Arch Linux/AUR installation instructions in the README to use an AUR helper (yay) instead of pacman for installing the cachefetch-bin package.

File-Level Changes

Change Details Files
Update Arch Linux/AUR installation command in documentation to reflect correct installation method using an AUR helper.
  • Replace the example installation command that used pacman with one that uses yay to install cachefetch-bin from the AUR.
  • Keep surrounding README structure and other installation instructions unchanged.
README.md

Assessment against linked issues

Issue Objective Addressed Explanation
#26 Correct the Arch Linux / AUR installation instructions in README.md so they reflect using an AUR helper (not pacman) for the AUR package cachefetch-bin.

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

Documentation update correcting the Arch Linux/AUR installation command in README.md, changing the package manager from pacman to yay to align with proper AUR package installation practices.

Changes

Cohort / File(s) Summary
Documentation Update
README.md
Changed Arch Linux installation command from sudo pacman -S cachefetch-bin to yay -S cachefetch-bin to correctly reference the AUR package manager.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A whisker-twitch to fix the docs so bright,
From pacman's grasp to yay's gentle might,
The README hops along with grace,
One little change, the perfect place! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: fix aur installation method' accurately summarizes the main change, which is correcting the AUR installation documentation from pacman to yay.
Linked Issues check ✅ Passed The pull request successfully addresses issue #26 by correcting the README documentation to use the proper AUR helper (yay) instead of pacman for AUR package installation.
Out of Scope Changes check ✅ Passed All changes are scoped to documentation updates in README.md, directly addressing the linked issue about incorrect AUR installation instructions with no unrelated modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/fix-pacman
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch docs/fix-pacman

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@ErenayDev ErenayDev merged commit 5057897 into master Apr 22, 2026
8 of 9 checks passed
@ErenayDev ErenayDev deleted the docs/fix-pacman branch April 22, 2026 10:01
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.

Readme.md / aur dependency but it says "pacman"

1 participant