rework-output-and-test-logic #3

Merged
dan merged 2 commits from rework-output-and-test-logic into dev 2023-11-29 14:14:48 +01:00
Showing only changes of commit 932766fd86 - Show all commits

View file

@ -1,4 +1,14 @@
# Readme
# Clone
To clone with submodules, use these git commands:
```bash
git clone --recurse-submodules <repository>
git submodule update --init // add submodule after normal cloning
git submodule update --remote // update submodules
```
# Run
```bash
docker compose build