clarify instructions to not use --recursive submodules
This commit is contained in:
@@ -44,12 +44,14 @@ Note: `docker compose` without the hyphen is now the primary method of using doc
|
|||||||
cd calcom-docker
|
cd calcom-docker
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Update the calcom submodule
|
3. Update the calcom submodule.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git submodule update --remote --init
|
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`
|
4. Rename `.env.example` to `.env` and then update `.env`
|
||||||
|
|
||||||
5. Build and start Cal.com via docker compose
|
5. Build and start Cal.com via docker compose
|
||||||
|
|||||||
Reference in New Issue
Block a user