From f9f60c10896428034a63df386667979428eb9f34 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Tue, 21 Aug 2018 10:37:37 +0900 Subject: [PATCH] readme.md edit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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