diff --git a/README.md b/README.md
index fb7dbf6f2e3eb1dbb2477c17bd473de28c486733..e0a1c311776dc31ec499033ce434091a11ccfdb1 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ specifically build for the requirements of community radios.
 - [Aura Engine](#aura-engine)
     - [Features](#features)
     - [Architecture](#architecture)
-    - [Requirements](#requirements)
     - [Installation](#installation)
     - [Configuration](#configuration)
     - [Running Engine](#running-engine)
@@ -50,19 +49,13 @@ based on a REST API. All external information is retrieved using JSON data-struc
 To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or visit
  the [Aura Meta](https://gitlab.servus.at/autoradio/meta) repository.
 
-## Requirements
-
-**Hardware Requirements:** This depends on how many audio sources and targets you are
- going to use, but for the most common scenarios any current hardware should be sufficient.
- For the audio devices it is required to use an interface which has supported ALSA drivers.
-
-**Operating System:** Any linux system with ALSA, PulseAudio or Jack2 support should work.
-It is tested and coded on Debian Stretch and Ubuntu 18.0.
+## Installation
 
+Aura Engine runs on any modern Debian-based OS. It requires at least `Node 13`, `Python 3.7`. 
 
-## Installation
+You also need to install `Liquidsoap 1.4.1` using [OPAM](https://www.liquidsoap.info/doc-1.4.1/install.html).
 
-Aura Engine requires at least `Node 13`, `Python 3.7`. Then install `Liquidsoap 1.4.1` using [OPAM](https://www.liquidsoap.info/doc-1.4.1/install.html).
+Then do
 
 ```bash
 git clone https://gitlab.servus.at/autoradio/engine