From 7fd09ede40a54eed860e3c9a4e32575cb355bb6e Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Thu, 5 May 2022 14:05:18 -0400 Subject: [PATCH] remove recursive flag on clone instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ef2ec..5df4bff 100644 --- a/README.md +++ b/README.md @@ -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