Skip to content

Commit 0cc5948

Browse files
authored
Merge pull request cli#1536 from kcubeterm/patch-1
Add installation step for android termux.
2 parents 5534c3e + 746e7c2 commit 0cc5948

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,43 +113,53 @@ MSI installers are available for download on the [releases page][].
113113

114114
Install 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

121121
Install 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

128128
Install 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

135135
Install 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
145145
pacman -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

Comments
 (0)