From a6e9940b81edbf41a11e33303190fb6ef84e4df2 Mon Sep 17 00:00:00 2001 From: fossdd Date: Sun, 28 Feb 2021 12:54:19 +0000 Subject: [PATCH] Add information about AUR The AUR is a community-based location for PKGBUILDs, Arch's Install scripts. There is a unofficial PKGBUILD for building and installing `gh` from the git repo. https://aur.archlinux.org/packages/github-cli-git --- docs/install_linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index d51f35d09..3a313d295 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -93,6 +93,8 @@ Arch Linux users can install from the [community repo][arch linux repo]: sudo pacman -S github-cli ``` +Or if you want to build it from source use the [unofficial AUR package](arch linux aur) + ### Android Android 7+ users can install via [Termux](https://wiki.termux.com/wiki/Main_Page): @@ -167,3 +169,4 @@ sudo snap install --edge gh && snap connect gh:ssh-keys [releases page]: https://github.com/cli/cli/releases/latest [arch linux repo]: https://www.archlinux.org/packages/community/x86_64/github-cli +[arch linux aur]: https://aur.archlinux.org/packages/github-cli-git