From 03cc4ecf48d0b54360d6b0184f2633a9bc9d111c Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Wed, 28 Apr 2021 19:26:27 +0500 Subject: [PATCH] termux users color readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 987eeca..dc21e47 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ BML CLI written in Bash. This project is currently under development and a lot o ## Requirements `curl` `jq` - Make sure all requirements are met before running script. +- Termux users will need `ncurses-utils` additionally for terminal colors #### Arch Linux `sudo pacman -S curl jq` @@ -16,8 +17,11 @@ BML CLI written in Bash. This project is currently under development and a lot o #### Fedora `sudo dnf install curl jq` +### Termux +`pkg install curl jq ncurses-utils` + ## Bugs -- Colored texts do not work in Termux +- :) ## Installation ```