diff --git a/README.md b/README.md
index 362aa3a2bd8fad64e3c9631b31eb0de5ab661f88..22cdd8cda34113eab3aa1982ec83b30f9d44ac15 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
+```