From b2ec8044fe920ff8390aa0fc5b0844af847f29c1 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Fri, 16 Jul 2021 20:22:33 +0800 Subject: [PATCH] README.md: how to make wordfreqapp.db? --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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