Add installation step for android termux.

This commit is contained in:
Krishna Kanhaiya 2020-08-15 19:40:52 +05:30 committed by GitHub
parent d8c5b7bfc0
commit fde470f9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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