Include Arch-based installation commands#13631
Conversation
Added installation instructions for Arch-based distros.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds dependency installation instructions for Arch-based Linux distributions using the pacman package manager to the manual installation guide. The reviewer suggested replacing the niche 'CachyOS' example with a more widely recognized distribution like 'Manjaro' to make the documentation more accessible and familiar to a broader audience.
| On Arch-based distros with `pacman`, such as CachyOS, | ||
| install these packages using the following commands: |
There was a problem hiding this comment.
While CachyOS is an Arch-based distribution, it is relatively niche compared to other derivatives. Using a more widely recognized and popular Arch-based distribution like Manjaro or EndeavourOS as the example makes the documentation more helpful and familiar to a broader audience.
Suggested change:
On Arch-based distros with `pacman`, such as Manjaro,
install these packages using the following commands:
Added installation instructions for Arch-based distros.
Description of what this PR is changing or adding, and why:
Just adds installation commands for arch based distros. I find myself looking for arch equivalent for the package names that are given for debian when installing on an arch based distro
Issues fixed by this PR (if any):
PRs or commits this PR depends on (if any):
Presubmit checklist
of 80 characters or fewer.