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

---
 README.md | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index b0baa59..c78eb5e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Cisco WLC [(Download the MKP package)](/../../../-/raw/master/cisco_wlc.mkp "Download MKP package")
+# Cisco WLC
 
 **Note: This is a replacement for the original CMK 'cisco_wlc' plugin.**
 
@@ -14,10 +14,11 @@ Monitors status of Cisco WLC connected APs. It checks for:
 *  admin/operational state of APs
 *  missing APs
 
-Check Info:
----
-* *service*: this check will create one service for each AP
 ---
+### Check Info
+
+* *service*: this check will create one service for each AP with the ap name as item.
+
 * *state*:\
     **critical**
     *  if AP has telnet enabled
@@ -32,9 +33,9 @@ Check Info:
     *  if APs CDP state is half duplex
     *  if APs CDP info is changed/missing
     *  if APs H/W has changed
----
+
 * *wato*: [(see WATO options)](/../../../-/raw/master//doc/wato.png "see sample screenshot")
----
+
 * *perfdata*:
     * AP uptime (s)
     * LWAP uptime (s)
@@ -50,11 +51,25 @@ Check Info:
     * Echo response loss (1/s)
 
 ---
-#### Want to contribute?
-Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
+### Download
+
+* [cisco_wlc.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/wlc/cisco_wlc/-/raw/master/cisco_wlc.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.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
 
 ![sample output](/doc/sample.png?raw=true "sample output")
 
-- 
GitLab