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:
parent
75120344c3
commit
ad4b3795dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue