aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 01fd063..1ad72e9 100644
--- a/readme.md
+++ b/readme.md
@@ -2,6 +2,18 @@
Avans University of Applied Sciences project puzzle box.
+## submodules
+
+This repository tracks (most) dependencies via git submodules.
+
+If something is complaining about missing files
+
+```
+git submodule update --init --recursive --depth 1
+```
+
+until your problems go away.
+
## Tests
```