about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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