From 73d92bc834fc3839c7b6e41f696e1d4012b96d98 Mon Sep 17 00:00:00 2001 From: "Pelle Gianluigi (Student Com20)" <gianluigi.pelle@stud-inf.unibz.it> Date: Sat, 18 Jun 2022 00:46:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb55553..85c6ef1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ For a full description of the project, you can find the written report [here](ht ## Step 1: Create and run the docker environment ```bash -cd smart_news +git clone https://gitlab.inf.unibz.it/giannpelle/real-time-smart-news.git +cd real-time-smart-news +# run docker application docker-compose up ``` -- GitLab