From fde470f9c5528aca8ea5613d1136b6cfc7f69ee2 Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Sat, 15 Aug 2020 19:40:52 +0530 Subject: [PATCH] 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