Fix Arch's install example

As the package was moved from AUR to community repo the command needs update as well.
This commit is contained in:
Filip Kszczot 2020-07-27 12:29:05 +02:00 committed by GitHub
parent 75120344c3
commit ad4b3795dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,10 +139,10 @@ Install and upgrade:
### Arch Linux
Arch Linux users can install from the AUR: https://aur.archlinux.org/packages/github-cli/
Arch Linux users can install from the community repo: https://www.archlinux.org/packages/community/x86_64/github-cli/
```bash
yay -S github-cli
pacman -S github-cli
```
### Other platforms