diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 13:36:41 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 13:36:41 +0200 |
commit | ae8dfd2028bfbac5f37bbf4f5d7c2d8bff618b02 (patch) | |
tree | 2ffad9207f545a1f93adfcbe239a430251d236db | |
parent | 8a53d06efd517908f88f697a250059200e882c06 (diff) | |
parent | 488899377dc72989a178173662f95d25fc69c59f (diff) |
Merge branch 'master' into wip/main-controller
-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 ``` |