diff --git a/README.md b/README.md index acf5183..a4ffa00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# Readme +# Clone + +To clone with submodules, use these git commands: + +```bash +git clone --recurse-submodules +git submodule update --init // add submodule after normal cloning +git submodule update --remote // update submodules +``` + +# Run ```bash docker compose build