diff --git a/README.md b/README.md index 2ee9fd7..42b5d71 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,10 @@ build.sh contains all the above commands. Run "sudo ./build.sh" to rebuild the Update articles --------------- -All articles are stored in a SQLite file called wordfreqapp.db. +All articles are stored in a SQLite file called +app/static/wordfreqapp.db. Create wordfreqapp.db using this command: +`cat wordfreqapp.sql | sqlite3 wordfreqapp.db`. Delete wordfreqapp.db +first it if exists. pscp wordfreqapp.db lanhui@118.25.96.118:/home/lanhui/englishpal/app/static