clarify instructions to not use --recursive submodules

This commit is contained in:
Colin Griffin
2022-05-05 14:38:34 -04:00
committed by GitHub
parent 0bbff68c65
commit 89fa6b3d27

View File

@@ -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