diff --git a/README.md b/README.md index 1a3520b..56c1ea6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - Daily AWS consumption reporter w/ slack # installation -``` +```bash $ python3 -m venv --clear venv $ source ./venv/bin/activate $ pip install -r requirements.txt @@ -14,12 +14,12 @@ $ pip install -r requirements.txt - settings file -> see `bill_man.json.example` - run - ``` - $ source ./venv/bin/activate - $ python bill_man.py start - ``` +```bash +$ source ./venv/bin/activate +$ python bill_man.py start +``` - stop - ``` - $ source ./venv/bin/activate - $ python bill_man.py stop - ``` \ No newline at end of file +```bash +$ source ./venv/bin/activate +$ python bill_man.py stop +``` \ No newline at end of file