remove recursive flag on clone instructions

This commit is contained in:
Colin Griffin 2022-05-05 14:05:18 -04:00 committed by GitHub
parent 89e7aafeac
commit 7fd09ede40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ Note: `docker compose` without the hyphen is now the primary method of using doc
1. Clone calcom-docker
```bash
git clone --recursive https://github.com/calcom/docker.git calcom-docker
git clone https://github.com/calcom/docker.git calcom-docker
```
2. Change into the directory