From a942f78bcfde722f387e874688ae1cb17b437119 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Fri, 23 Oct 2020 12:48:46 +0200 Subject: [PATCH] Tweaked README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 631160c..322065c 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ It is composed of the following micro-services: ## Dependencies -* Docker -* Docker Compose +* [Install Docker](https://docs.docker.com/engine/install/ubuntu/) +* [Install Docker Compose](https://docs.docker.com/compose/install/) ## Quick Start -1. Create an `.env` file based on [`.env.example`](.env.example) +1. Create an `.env` file based on [`.env.example`](.env.example) in the project root * **CONFIG_DIR**: points to the local configuration directory for the broker and torchsub micro-services (you will create this in the next step)