X Tutup
Skip to content

Commit ad4b379

Browse files
authored
Fix Arch's install example
As the package was moved from AUR to community repo the command needs update as well.
1 parent 7512034 commit ad4b379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Install and upgrade:
139139

140140
### Arch Linux
141141

142-
Arch Linux users can install from the AUR: https://aur.archlinux.org/packages/github-cli/
142+
Arch Linux users can install from the community repo: https://www.archlinux.org/packages/community/x86_64/github-cli/
143143

144144
```bash
145-
yay -S github-cli
145+
pacman -S github-cli
146146
```
147147

148148
### Other platforms

0 commit comments

Comments
 (0)
X Tutup