remove recursive flag on clone instructions
This commit is contained in:
parent
89e7aafeac
commit
7fd09ede40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue