From 2724b8d89ea8e2886b95cf148100d0c91702fad0 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 7 Jun 2023 14:52:33 +0000
Subject: [PATCH] Update README.md

---
 README.md | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 670297a..05d967a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
-# Cisco WLC power supply [(Download the MKP package)](/../../../-/raw/master/cisco_wlc_power.mkp "Download MKP package")
-
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# Cisco WLC power supply
 
 Monitors status of Cisco WLC power supplys
 
-Check Info:
+---
+### Check Info
 
 * *service*: this check will create one service per power supply (*Power Supply 1* and *Power Supply 2*)
 * *state*: **critical** if the power supply is not present or not operational
@@ -13,7 +12,26 @@ Check Info:
 
 Testetd with: Cisco 5520 Series Wireless LAN Controller
 
-Sample output
+---
+### Download
+
+* [cisco_wlc_power.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/wlc/cisco_wlc_power/-/raw/master/cisco_wlc_power.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_wlc_power.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")
+
+---
+### Sample output
 
 ![sample output](/doc/sample.png?raw=true "sample output")
 
-- 
GitLab