From a0dbd3bc65214451332bcec3e5c004de2aa5d881 Mon Sep 17 00:00:00 2001
From: Jedrzej Rybicki <j.rybicki@fz-juelich.de>
Date: Mon, 15 Nov 2021 11:20:55 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 362aa3a..22cdd8c 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,12 @@
 
 eFlows4HPC Data Logistics Service
 
+This work has been supported by the eFlows4HPC project, contract #955558. This project has received funding from the European High-Performance Computing Joint Undertaking (JU) under grant agreement No 955558. The JU receives support from the European Union’s Horizon 2020 research and innovation programme and Spain, Germany, France, Italy, Poland, Switzerland, Norway.
+
+## Install and run
 
 ```
+git pull ...
 mkdir ./logs ./tmp
 echo -e "AIRFLOW_UID=$(id -u)" > .env
 reqs=`cat requirements.txt | tr '\n' ' '`
@@ -36,4 +40,4 @@ Connections can also be added through env variables, like
 
 ```
 AIRFLOW_CONN_MY_PROD_DATABASE=my-conn-type://login:password@host:port/schema?param1=val1&param2=val2
-```
\ No newline at end of file
+```
-- 
GitLab