From 89fa6b3d27b80b7b18314c8bfb15e82cdb6297f1 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Thu, 5 May 2022 14:38:34 -0400 Subject: [PATCH] clarify instructions to not use --recursive submodules --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df4bff..33e0a1f 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,14 @@ Note: `docker compose` without the hyphen is now the primary method of using doc cd calcom-docker ``` -3. Update the calcom submodule +3. Update the calcom submodule. ```bash git submodule update --remote --init ``` + Note: DO NOT use recursive submodule update, otherwise you will receive a git authentication error. + 4. Rename `.env.example` to `.env` and then update `.env` 5. Build and start Cal.com via docker compose