@@ -113,43 +113,53 @@ MSI installers are available for download on the [releases page][].
113113
114114Install and upgrade:
115115
116- 1 . Download the ` .deb ` file from the [ releases page] [ ]
117- 2 . ` sudo apt install ./gh_*_linux_amd64.deb ` install the downloaded file
116+ 1 . Download the ` .deb ` file from the [ releases page] [ ] ;
117+ 2 . Install the downloaded file: ` sudo apt install ./gh_*_linux_amd64.deb `
118118
119119### Fedora Linux
120120
121121Install and upgrade:
122122
123- 1 . Download the ` .rpm ` file from the [ releases page] [ ]
124- 2 . ` sudo dnf install gh_*_linux_amd64.rpm ` install the downloaded file
123+ 1 . Download the ` .rpm ` file from the [ releases page] [ ] ;
124+ 2 . Install the downloaded file: ` sudo dnf install gh_*_linux_amd64.rpm `
125125
126126### Centos Linux
127127
128128Install and upgrade:
129129
130- 1 . Download the ` .rpm ` file from the [ releases page] [ ]
131- 2 . ` sudo yum localinstall gh_*_linux_amd64.rpm ` install the downloaded file
130+ 1 . Download the ` .rpm ` file from the [ releases page] [ ] ;
131+ 2 . Install the downloaded file: ` sudo yum localinstall gh_*_linux_amd64.rpm `
132132
133133### openSUSE/SUSE Linux
134134
135135Install and upgrade:
136136
137- 1 . Download the ` .rpm ` file from the [ releases page] [ ]
138- 2 . ` sudo zypper in gh_*_linux_amd64.rpm ` install the downloaded file
137+ 1 . Download the ` .rpm ` file from the [ releases page] [ ] ;
138+ 2 . Install the downloaded file: ` sudo zypper in gh_*_linux_amd64.rpm `
139139
140140### Arch Linux
141141
142- Arch Linux users can install from the community repo: https://www.archlinux.org/packages/community/x86_64/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
145145pacman -S github-cli
146146```
147147
148+ ### Android
149+
150+ Android users can install via Termux:
151+
152+ ``` bash
153+ pkg install gh
154+ ```
155+
148156### Other platforms
149157
150- Install a prebuilt binary from the [ releases page] [ ]
158+ Download packaged binaries from the [ releases page] [ ] .
159+
160+ ### Build from source
151161
152- ### [ Build from source] ( /docs/source.md )
162+ See here on how to [ build GitHub CLI from source] ( /docs/source.md ) .
153163
154164[ docs ] : https://cli.github.com/manual
155165[ scoop ] : https://scoop.sh
0 commit comments