bml-cli/README.md
Shihaam Abdul Rahman 9a71944d18
Updated readme
2021-04-25 15:47:10 +05:00

27 lines
384 B
Markdown

# Bank of Maldives CLI written in bash
## under dev, lots of things are broken.
### can you pr ascii art lmao
- Requiments
`curl` `jq`
### 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
```