From 2714a9452cc63a7a209c8b67b8cabe282018eeea Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 14 Jun 2024 17:31:25 +0000
Subject: [PATCH] Update README.md

---
 README.md | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 3521229..11ae502 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,21 @@ I have rewritten this plugin for CMK 2.0 and extended it to be the base for all
 
 * [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 add bgp_peer.mkp` and `mkp enable bgp_peer`.
-
-
-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?
@@ -51,21 +59,21 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
 ### Sample output
 
 <details><summary>Sample output</summary>
-![sample output](/img/sample.png?raw=true "sample output")
+![sample output](img/sample.png?raw=true "sample output")
 </details>
 
 <details><summary>Sample inventory output</summary>
-![sample inventory output](/img/sample-inventory.png?raw=true "sample inventory output")
+![sample inventory output](img/sample-inventory.png?raw=true "sample inventory output")
 </details>
 
 <details><summary>WATO options (check)</summary>
-![WATO options (check)](/img/wato.png?raw=true "WATO options (check)")
+![WATO options (check)](img/wato.png?raw=true "WATO options (check)")
 </details>
 
 <details><summary>WATO options (discovery)</summary>
-![WATO options (discovery)](/img/wato-discovery.png?raw=true "WATO options (discovery)")
+![WATO options (discovery)](img/wato-discovery.png?raw=true "WATO options (discovery)")
 </details>
 
 <details><summary>WATO options (inventory)</summary>
-![WATO options](/img/wato-inventory.png?raw=true "WATO options (inventory)")
+![WATO options](img/wato-inventory.png?raw=true "WATO options (inventory)")
 </details>
-- 
GitLab