diff --git a/README.md b/README.md
index fe24e1e8d9520c25e434bdee32effd18f662726b..e55649335961854cb83a8909f788afe39e55e384 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,23 @@ Collection of Cisco EIGRP checks
 ---
 ### Download
 
-* [cisco_eigrp.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_eigrp/-/raw/master/cisco_eigrp.mkp "Download latest version")
+* [Download latest mkp file][PACKAGE]
+
+**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There might be incompatible changes.
 
 ---                   
 ### 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_)
+You can install the package by uploading it to your CheckMK site and as site user run 
+```
+mkp install PACKAGENAME-VERSION.mkp
+```
+or beginning with CMK2.2.x
+```
+mkp add PACKAGENAME-VERSION.mkp
+mkp enable PACKAGENAME VERSION
+```
+In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
 
 ---
 ### Want to contribute?
@@ -50,10 +58,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
     * 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]")
+![sample output](img/sample_as_info.png?raw=true "sample [SHORT TITLE]")
 
 ---
 ### Check Info *cisco_eigrp_interface*
@@ -89,10 +96,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
  
 **Note**: Loopbak interfaces will be ommited
 
----
-### Sample output
+#### Sample output
 
-![sample output](/doc/sample_interface.png?raw=true "sample [SHORT TITLE]")
+![sample output](img/sample_interface.png?raw=true "sample [SHORT TITLE]")
 
 ---
 ### Check Info *cisco_eigrp_peers*
@@ -110,10 +116,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
     * Smooth round trip time (ms)
     * Retransmission timeout (ms)
 
----
-### Sample output
+#### Sample output
 
-![sample output](/doc/sample_peers.png?raw=true "sample [SHORT TITLE]")
+![sample output](img/sample_peers.png?raw=true "sample [SHORT TITLE]")
 
 ---
 ### Check Info *cisco_eigrp_topology_table*
@@ -134,8 +139,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
     * Static redistributed routes (count)
     * Inet address (count)
 
----
-### Sample output
+#### Sample output
 
-![sample output](/doc/sample_topo_table.png?raw=true "sample [SHORT TITLE]")
+![sample output](img/sample_topo_table.png?raw=true "sample [SHORT TITLE]")