docs(README): improve docker installation steps

Added `git clone` step for docker installation
This commit is contained in:
Mandar Vaze 2020-07-21 13:09:15 +05:30 committed by Jordan Knott
parent 9f84c49a76
commit b778b30a13

View File

@ -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. 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: Now do the following:
``` bash ``` bash