aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--readme.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 91cc673..b44b9cf 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
-git submodule init database/SQLiteFuzzySearch
+git submodule init
git submodule update
cd database
diff --git a/readme.md b/readme.md
index 9dd7d29..e2fb24c 100644
--- a/readme.md
+++ b/readme.md
@@ -71,9 +71,9 @@ An example database can be found on [Google Docs](https://docs.google.com/spread
cd voerbak
make
```
-9. Download SQLiteFuzzySearch:
+9. Download submodules:
```sh
- git submodule init database/SQLiteFuzzySearch
+ git submodule init
git submodule update
```
10. Initialize database and build SQL extensions: