diff --git a/README.md b/README.md index 56c1ea6..022fa8a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - Daily AWS consumption reporter w/ slack # installation + ```bash $ python3 -m venv --clear venv $ source ./venv/bin/activate @@ -14,11 +15,13 @@ $ pip install -r requirements.txt - settings file -> see `bill_man.json.example` - run + ```bash $ source ./venv/bin/activate $ python bill_man.py start ``` - stop + ```bash $ source ./venv/bin/activate $ python bill_man.py stop