Added Installation to readme
This commit is contained in:
parent
cb46a41ccf
commit
a84d489ea6
15
README.md
15
README.md
@ -9,3 +9,18 @@
|
|||||||
|
|
||||||
### known bugs
|
### known bugs
|
||||||
- colored texts do not work in termux
|
- 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
|
||||||
|
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user