docs(README): improve docker installation steps
Added `git clone` step for docker installation
This commit is contained in:
parent
9f84c49a76
commit
b778b30a13
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user