aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-26 16:45:10 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-26 16:45:10 +0200
commit488899377dc72989a178173662f95d25fc69c59f (patch)
treecea2e16508088578bc9887e115c8ffa363348fb2
parentabc1d59a6aa5cf2e3f4b99f14d57cb462c95b7d1 (diff)
add submodule init instructions to readme
-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
```