diff --git a/README.md b/README.md
index 7582dca01ad8e3ea5c6c1baf89b2e3dff33c1106..221eec0e93486a8ba3cb04ab96fb45ce4f852916 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# Cisco EIGRP [(Download the MKP package)](/../../../-/raw/master/cisco_eigrp.mkp "Download MKP package")
-
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# Cisco EIGRP
 
 Collection of Cisco EIGRP checks
 *  *cisco_eigrp_as_info*: monitors the EIGRP AS status
@@ -8,7 +6,26 @@ Collection of Cisco EIGRP checks
 *  *cisco_eigrp_peers*: monitors EIGRP peers (IPv4 only)
 *  *cisco_eigrp_topology_table*: monitors the EIGRP topology table
 
-## Check Info *cisco_eigrp_as_info*:
+---
+### Download
+
+* [cisco_eigrp.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_eigrp/-/raw/master/cisco_eigrp.mkp "Download latest version")
+
+---                   
+### Installation
+
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install cisco_eigrp.mkp`.
+
+
+In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
+
+---
+### Want to contribute?
+
+Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
+
+---
+### Check Info *cisco_eigrp_as_info*
 
 * *service*: this check creates one service per EIGRP AS and address family
 * *state*: **critical** if the EIGRP AS is not found
@@ -32,11 +49,13 @@ Collection of Cisco EIGRP checks
     * Routes in the topology table (count)
     * Outstanding replies expected to queries send (count)
 
-Sample output
+---
+### Sample output
 
 ![sample output](/doc/sample_as_info.png?raw=true "sample [SHORT TITLE]")
 
-## Check Info *cisco_eigrp_interface*:
+---
+### Check Info *cisco_eigrp_interface*
 
 **Note**: the item name has been chaged to short interface names (Gigabitethernet0/0/0 bocomes Gi0/0/0)
 
@@ -69,11 +88,13 @@ Sample output
  
 **Note**: Loopbak interfaces will be ommited
 
-Sample output
+---
+### Sample output
 
 ![sample output](/doc/sample_interface.png?raw=true "sample [SHORT TITLE]")
 
-## Check Info *cisco_eigrp_peers*:
+---
+### Check Info *cisco_eigrp_peers*
 
 * *service*: this check creates on service per EOGRP peer interface, EIGRP AS and VRF (IPv4 and IPv6)
 * *state*:\
@@ -88,11 +109,13 @@ Sample output
     * Smooth round trip time (ms)
     * Retransmission timeout (ms)
 
-Sample output
+---
+### Sample output
 
 ![sample output](/doc/sample_peers.png?raw=true "sample [SHORT TITLE]")
 
-## Check Info *cisco_eigrp_topology_table*:
+---
+### Check Info *cisco_eigrp_topology_table*
 
 * *service*: this check creates on service per EIGRP AS, address family and VRF
 * *state*:\
@@ -110,7 +133,8 @@ Sample output
     * Static redistributed routes (count)
     * Inet address (count)
 
-Sample output
+---
+### Sample output
 
 ![sample output](/doc/sample_topo_table.png?raw=true "sample [SHORT TITLE]")