add doit to readme

This commit is contained in:
codl 2017-08-11 15:11:13 +02:00
parent 2b0d357385
commit e8647d9201
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ $ # set up database schema
$ createdb forget
$ env FLASK_APP=forget.py flask db upgrade
$ # build assets
$ doit
$ # start web server and background worker
$ honcho start
```