From 9b0ae8e0b29fcae800dc6879cbfd2d8fc1e0d84d Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Fri, 18 Dec 2020 13:05:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 096bf63..02e3e40 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # Ichnaea -___ - ## About **Ichnaea was the goddess of tracing and tracking.** -Ichnaea is an IoT solution that collects and analyzes body position data from an athlete in real-time. \ No newline at end of file +Ichnaea is an IoT solution that collects and analyzes body position data from an athlete in real-time. + +# Installation + +Clone the project: + + git clone git@github.com:xrazis/ichnaea.git + +## Run in Docker + +_First make sure you have the docker service and docker-compose installed_ + + docker-compose up --detach +