From 265dd598e4942bd138ab13a8e8232141c861d288 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 24 Oct 2021 14:39:05 +0200 Subject: [PATCH] Fix git config documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 300a690..7f116e1 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ ``` git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git cd cacert-oidc-parent -git config submodules.recurse true +# cause pull, fetch and other git commands to consider submodules +git config submodule.recurse true ```