Added Installation to readme

This commit is contained in:
Shihaam Abdul Rahman 2021-04-25 15:46:14 +05:00 committed by GitHub
parent cb46a41ccf
commit a84d489ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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