update readme

This commit is contained in:
Daniel 2023-11-29 14:00:11 +01:00
parent 1437758d70
commit 932766fd86

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