bml-cli/README.md

27 lines
384 B
Markdown
Raw Normal View History

2021-04-25 14:59:31 +05:00
# Bank of Maldives CLI written in bash
2021-04-25 15:47:10 +05:00
## under dev, lots of things are broken.
2021-04-25 14:59:31 +05:00
### can you pr ascii art lmao
- Requiments
`curl` `jq`
2021-04-25 15:24:44 +05:00
### known bugs
- colored texts do not work in termux
2021-04-25 15:46:14 +05:00
### 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
```