about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Andronaco <andronacomarco@gmail.com>2023-07-09 17:25:11 +0200
committerMarco Andronaco <andronacomarco@gmail.com>2023-07-09 17:25:11 +0200
commit632d30eb88ceb519cf3f95472cc5e70431b8a85c (patch)
tree7888b730faa19364d09539ee6898fa9b862e0d37
parent37dc1e94092a8d61633911f1f197cd695d4c2459 (diff)
downloadtnt-search-632d30eb88ceb519cf3f95472cc5e70431b8a85c.tar.gz
make readme clearer
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46b6ab2..1112ab9 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,17 @@
 
 ## Instructions
 
+First, make sure to clone everything correctly:
+```
+git clone https://github.com/BiRabittoh/tnt-search
+cd tnt-search
+git submodule init
+git submodule update
+```
+
 ### Bare metal
 ```
-python -m venv venv
+python3 -m venv venv
 source venv\bin\activate
 pip install --upgrade pip
 pip install -r requirements.txt