aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ccc6f5d..9dd7d29 100644
--- a/readme.md
+++ b/readme.md
@@ -71,10 +71,16 @@ An example database can be found on [Google Docs](https://docs.google.com/spread
cd voerbak
make
```
-9. Initialize database:
+9. Download SQLiteFuzzySearch:
+ ```sh
+ git submodule init database/SQLiteFuzzySearch
+ git submodule update
+ ```
+10. Initialize database and build SQL extensions:
```sh
cd database
./init_db.sh
+ make
```
## How to start