From 3f48635dba4a86d58c176a89e91af0b286f89653 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Wed, 18 Dec 2019 20:16:24 +0100 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bebbd8..3adeb36 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Then you need to install all requirements. To do so, open a terminal in the greenvironment project folder and execute "npm i". You can build the project by executing "gulp" in the terminal. To run the server you need to execute "node ./dist". +Additionally the server needs a working redis server to connect to.