From 5b8b222cfea6e00e452bcedbd88881380281e199 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 14 Mar 2021 13:18:45 +0100 Subject: git submodules clone and stuff but different --- configure | 2 +- readme.md | 4 ++-- 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: -- cgit v1.2.3