From 932766fd86814a8b3aebd4c8168a8d127a588355 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 29 Nov 2023 14:00:11 +0100 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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