aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 726b105..0710132 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,7 @@ For now there is an example spider with neodarz website.
For testing it just run:
```
-scrapy crawl scrape -o out.json
+python run.py
```
+
+The database is in the sqlite file `khanindexer.db` at the root of the project.