diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-26 16:45:10 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-26 16:45:10 +0200 |
commit | 488899377dc72989a178173662f95d25fc69c59f (patch) | |
tree | cea2e16508088578bc9887e115c8ffa363348fb2 | |
parent | abc1d59a6aa5cf2e3f4b99f14d57cb462c95b7d1 (diff) |
add submodule init instructions to readme
-rw-r--r-- | readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ``` |