Skip to content

Commit

Permalink
chore: Correct Arch Linux install command
Browse files Browse the repository at this point in the history
* Use official package manager (pacman) instead of unsupported AUR
  helper / pacman wrapper (yay) that was only necessary for unofficial
  packaging.

* Drop db sync flag (-y) because doing that while installing packages
  results in an unsupported partial-update scenario. The correct usage
  is to update the whole system first (if necessary) with `pacman Syu`,
  but Arch users will know that, so just the single relevant install
  command is best for projects to show.
  • Loading branch information
alerque committed Jan 10, 2022
1 parent 75d9470 commit c7c424e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ Make sure you have [snap installed on your Linux Distro](https://snapcraft.io/do
#### Arch Linux
`glab` is available through the [community/glab](https://archlinux.org/packages/community/x86_64/glab/) package or download and install an archive from the [releases page](https://github.com/profclems/glab/releases/latest). Arch Linux also supports [snap](https://snapcraft.io/docs/installing-snap-on-arch-linux).
```sh
yay -Sy glab
pacman -S glab
```
or any other [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of your choice.

#### KISS Linux
> WARNING: It seems that KISS Linux may no longer be actively maintained, so links to its web domain have been removed from this README.
Expand Down

0 comments on commit c7c424e

Please sign in to comment.