aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e51b969..6f03880 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,10 @@ python app.py
```
The database is in the sqlite file `khanindexer.db` at the root of the project.
+
+# Testing
+
+If you just want to test and don't want to install a MySQL (or MariaDB)
+database but have Docker installed, juste use the `docker-compose.yml`.
+This is only for test, don't use this shit on production (the docker-compose
+file)!