From b778b30a1395af63b484029ce0ffb933ad51a19f Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Tue, 21 Jul 2020 13:09:15 +0530 Subject: [PATCH] docs(README): improve docker installation steps Added `git clone` step for docker installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c8f268..1d85e9d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Currently you can do the following to tasks: You'll need both [docker](https://www.docker.com/) & [docker-compose](https://docs.docker.com/compose/install/) installed. +First clone the repository: + +``` bash +git clone https://github.com/JordanKnott/project-citadel && cd project-citadel +``` + Now do the following: ``` bash