From ddca20885a60d4d0531b2c7680fc0bb244cd7d65 Mon Sep 17 00:00:00 2001 From: knarfeh Date: Mon, 4 Apr 2016 12:52:28 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ````