diff --git a/.docs/deployment-docker-compose.md b/.docs/deployment-docker-compose.md
index c8938279ca769742d57400b1a10325cd4adfe108..4e78dad081fe0cd6fdf065afbdd1408c97b719a4 100644
--- a/.docs/deployment-docker-compose.md
+++ b/.docs/deployment-docker-compose.md
@@ -19,15 +19,18 @@ curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-service
 For this small, local, test deployment any modern hardware would suffice, we recommend a dedicated virtual machine with
 the following settings.
 
+- min. 8 vCPU cores
+- min. 16GB RAM memory
+- min. 200GB SSD storage
+- min. 100Mbit/s connection
+
+*Optional*: public IP-address if you want to secure the deployment with a (free) TLS-certificate from Let's Encrypt.
+
 !!! tip "Resource Consumption"
 
     Note that most of the vCPU and RAM resources will be needed for starting the infrastructure, this is because of
     Docker. During operation and especially idle times, the deployment will use significantly less resources.
 
-- 8 vCPU cores
-- 16GB RAM memory
-- 100GB SSD storage
-
 ### Software
 
 We only test the Docker Compose deployment with the 
diff --git a/README.md b/README.md
index db0bc5baee3ed02bb5e984e0845d2f9d62179c0b..4b38972edd9b06e8acf2e9d2aff3157c68caa8de 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,28 @@
 [![pipeline status](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/badges/master/pipeline.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
 [![coverage report](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/badges/master/coverage.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/commits/master)
 [![license](.gitlab/license.svg)](https://opensource.org/licenses/Apache-2.0)
+[![release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/badges/release.svg)](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags)
 
-![DBREPO — Repository for Data in Databases](./dbrepo-ui/static/logo.png)
+<img src="./dbrepo-ui/static/logo.png" alt="DBREPO &mdash; Repository for Data in Databases" width="200" />
+
+## tl;dr
+
+If you have [Docker](https://docs.docker.com/engine/install/) already installed on your system, you can install DBRepo
+with:
+
+```bash
+curl -sSL https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/install.sh | bash
+```
 
 ## Documentation
 
-More documentation can be found online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/
+Find a system description, component documentation and endpoint documentation 
+online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/.
 
 ## Contribute
 
 Contributions are always welcome and encouraged, please read the [contribution overview](./CONTRIBUTING.md) and
-contact [Andreas Rauber](http://www.ifs.tuwien.ac.at/~andi/).
+contact [Prof. Andreas Rauber](http://www.ifs.tuwien.ac.at/~andi/) or [Martin Weise](https://ec.tuwien.ac.at/~weise/).
 
 ## Acknowledgements
 
@@ -20,10 +31,10 @@ We want to thank the following organizations:
 * Bundesministerium für Bildung, Wissenschaft und Forschung (BMBWF) for funding during
   the [call](https://www.bmbwf.gv.at/Themen/HS-Uni/Aktuelles/Ausschreibung--Digitale-und-soziale-Transformation-in-der-Hochschulbildung-.html)
   "Digitale und soziale Transformation in der Hochschulbildung".
-* [TU.it](https://www.it.tuwien.ac.at/en/) for their continuous support in project work, funding and compute resources
-  provided in-kind.
+* [TU.it &amp; .digital office](https://www.it.tuwien.ac.at/en/) for their continuous support in project 
+  work, [funding](https://www.tuwien.at/tu-wien/organisation/zentrale-bereiche/digital-office/projekte/dcall-2023-projekte)
+  and compute resources provided in-kind.
 
 ## License
 
-This work is licensed under
-a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)
\ No newline at end of file
+The source code is licensed under [Apache 2.0](https://opensource.org/licenses/Apache-2.0).
\ No newline at end of file