Merge pull request #107 from calcom/clarify-resursive

clarify instructions to not use --recursive submodules
This commit is contained in:
Colin Griffin
2022-05-13 15:07:51 -04:00
committed by GitHub

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