aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-14 13:18:45 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-14 13:18:45 +0100
commit5b8b222cfea6e00e452bcedbd88881380281e199 (patch)
tree54088511cfe68f8486babb3d801902c828da45b9
parentda23936687d21999541611b0480385b412ee6a00 (diff)
git submodules clone and stuff but different
-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: