From ad4b3795dcd7cbf5604ee568cde04f8ab7d9ff73 Mon Sep 17 00:00:00 2001 From: Filip Kszczot Date: Mon, 27 Jul 2020 12:29:05 +0200 Subject: [PATCH] Fix Arch's install example As the package was moved from AUR to community repo the command needs update as well. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 227090279..68a7e7a16 100644 --- a/README.md +++ b/README.md @@ -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