Skip to content

Commit e961b05

Browse files
committed
update INSTALLATION.md; docker installation
1 parent 4cf1695 commit e961b05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/INSTALLATION.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ $ cd src/
4646

4747
### Docker (Production)
4848

49-
1. Define certain environment variables present in files `.env` and `.env_postgres`.
49+
1. You need `docker` and `docker-compose` installed on your host machine. (refer [here](https://docs.docker.com/engine/install/) and [here](https://docs.docker.com/compose/install/))
5050

51-
2. After having configured these environment variables, just execute,
51+
2. Define certain environment variables present in files `.env` and `.env_postgres`.
52+
53+
3. After having configured these environment variables, just execute,
5254

5355
```bash
5456
$ docker-compose up

0 commit comments

Comments
 (0)