From 72892a1015a4ff328ca9bc756cb6fbc7c66e620f Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 7 Jun 2023 14:45:42 +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 0d82ff5..64d7884 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
-# Cisco WLC memory [(Download the MKP package)](/../../../-/raw/master/cisco_wlc_mem.mkp "Download MKP package")
-
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# Cisco WLC memory
 
 Monitors status of Cisco WLC memory utilization
 
-Check Info:
+---
+### Check Info
 
 * *service*: this check will create the service *Memory utilization*
 * *state*: **critical**/**warning** if memory usage outside the configured levels
@@ -13,7 +12,26 @@ Check Info:
 
 Testetd with: Cisco 2500 and 5520 Series Wireless LAN Controller
 
-Sample output
+---
+### Download
+
+* [cisco_wlc_mem.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/wlc/cisco_wlc_mem/-/raw/master/cisco_wlc_mem.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_mem.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