From a84d489ea6e548ea082b9bc4adfca816a48253e7 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 25 Apr 2021 15:46:14 +0500 Subject: [PATCH] Added Installation to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8037d1b..3493bfb 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,18 @@ ### known bugs - colored texts do not work in termux + + +### Installation +``` +git clone https://github.com/shihaamabr/bmlcli + +cd bmlcli/ + +echo "BML_USERNAME=xxxxxxxxx" > .env +echo "BML_PASSWORD=yyyyyyyyyy" >> .env + +chmod +x bml.sh +./bml.sh + +```