From 1da6f4855d48b7546b8f9b7e4d88b13737affb0f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 13 Feb 2025 21:47:51 +0100 Subject: [PATCH] Instruct to clone qwc-docker recursively in QuickStart --- src/QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QuickStart.md b/src/QuickStart.md index 9f1cda14..f2389f31 100644 --- a/src/QuickStart.md +++ b/src/QuickStart.md @@ -15,7 +15,7 @@ Then, follow these steps: - Clone the qwc-docker sample setup at [qwc-docker](https://github.com/qwc-services/qwc-docker) and copy the docker-compose and api-gateway configuration templates: ```bash -git clone https://github.com/qwc-services/qwc-docker.git +git clone --recursive https://github.com/qwc-services/qwc-docker.git cd qwc-docker cp docker-compose-example.yml docker-compose.yml cp api-gateway/nginx-example.conf api-gateway/nginx.conf