From fde470f9c5528aca8ea5613d1136b6cfc7f69ee2 Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Sat, 15 Aug 2020 19:40:52 +0530 Subject: [PATCH 1/2] Add installation step for android termux. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 68a7e7a16..beb55dd3e 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,11 @@ Arch Linux users can install from the community repo: https://www.archlinux.org/ ```bash pacman -S github-cli ``` +### Android (Termux) +For android user it can install via termux. +```bash +pkg install gh +``` ### Other platforms From 746e7c21a311823f4feb568fcf8728f173718389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 17 Aug 2020 12:37:16 +0200 Subject: [PATCH 2/2] :nail_care: Install docs tweaks --- README.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index beb55dd3e..7f5db9700 100644 --- a/README.md +++ b/README.md @@ -113,48 +113,53 @@ MSI installers are available for download on the [releases page][]. Install and upgrade: -1. Download the `.deb` file from the [releases page][] -2. `sudo apt install ./gh_*_linux_amd64.deb` install the downloaded file +1. Download the `.deb` file from the [releases page][]; +2. Install the downloaded file: `sudo apt install ./gh_*_linux_amd64.deb` ### Fedora Linux Install and upgrade: -1. Download the `.rpm` file from the [releases page][] -2. `sudo dnf install gh_*_linux_amd64.rpm` install the downloaded file +1. Download the `.rpm` file from the [releases page][]; +2. Install the downloaded file: `sudo dnf install gh_*_linux_amd64.rpm` ### Centos Linux Install and upgrade: -1. Download the `.rpm` file from the [releases page][] -2. `sudo yum localinstall gh_*_linux_amd64.rpm` install the downloaded file +1. Download the `.rpm` file from the [releases page][]; +2. Install the downloaded file: `sudo yum localinstall gh_*_linux_amd64.rpm` ### openSUSE/SUSE Linux Install and upgrade: -1. Download the `.rpm` file from the [releases page][] -2. `sudo zypper in gh_*_linux_amd64.rpm` install the downloaded file +1. Download the `.rpm` file from the [releases page][]; +2. Install the downloaded file: `sudo zypper in gh_*_linux_amd64.rpm` ### Arch Linux -Arch Linux users can install from the community repo: https://www.archlinux.org/packages/community/x86_64/github-cli/ +Arch Linux users can install from the [community repo](https://www.archlinux.org/packages/community/x86_64/github-cli/): ```bash pacman -S github-cli ``` -### Android (Termux) -For android user it can install via termux. + +### Android + +Android users can install via Termux: + ```bash pkg install gh ``` ### Other platforms -Install a prebuilt binary from the [releases page][] +Download packaged binaries from the [releases page][]. -### [Build from source](/docs/source.md) +### Build from source + +See here on how to [build GitHub CLI from source](/docs/source.md). [docs]: https://cli.github.com/manual [scoop]: https://scoop.sh