X Tutup
Skip to content

Commit fde470f

Browse files
authored
Add installation step for android termux.
1 parent d8c5b7b commit fde470f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ Arch Linux users can install from the community repo: https://www.archlinux.org/
144144
```bash
145145
pacman -S github-cli
146146
```
147+
### Android (Termux)
148+
For android user it can install via termux.
149+
```bash
150+
pkg install gh
151+
```
147152

148153
### Other platforms
149154

0 commit comments

Comments
 (0)
X Tutup