diff --git a/README.md b/README.md index fa2afb5..2ab115c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Quick Start $ git clone https://github.com/ghostrong/weblog.git $ cd weblog $ pip install -r requirements.txt +$ python create_db.py $ python run.py ````