Skip to content

Commit 1da6f48

Browse files
committed
Instruct to clone qwc-docker recursively in QuickStart
1 parent 6ffe592 commit 1da6f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QuickStart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Then, follow these steps:
1515

1616
- 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:
1717
```bash
18-
git clone https://github.com/qwc-services/qwc-docker.git
18+
git clone --recursive https://github.com/qwc-services/qwc-docker.git
1919
cd qwc-docker
2020
cp docker-compose-example.yml docker-compose.yml
2121
cp api-gateway/nginx-example.conf api-gateway/nginx.conf

0 commit comments

Comments
 (0)