aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-13 00:15:37 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-13 00:15:37 +0100
commit7aff14aa220173d7d626250514da668d87686597 (patch)
treea975ed520565f71283088a74ce0d47349f5b79eb
parent506c747da2d959fe2912bcaff426ca738f7f2ac2 (diff)
updated setup instructions
-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