From ae739d7744f85d3c29f01c99fb04364cd3eed768 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 7 Jun 2023 15:20:03 +0000
Subject: [PATCH] Update README.md

---
 README.md | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3ce8caf..3aeffc0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# Cisco WLC AP CDP cache inventory plugin [(Download the MKP package)](/../../../-/raw/master/inv_cisco_wlc_ap_cdp_cache.mkp "Download MKP package")
-
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# Cisco WLC AP CDP cache inventory plugin 
 
 Adds APs CDP information to the inventory
 
@@ -9,8 +7,26 @@ Adds APs CDP information to the inventory
     *  you can use short inteface names (e.g. Gigabitethernet1/0/1 becomes Gi1/0/1)
     *  you can remove the columns for speed and duplex
 
+---
+### Download
+
+* [inv_cisco_wlc_ap_cdp_cache.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/wlc/inv_cisco_wlc_ap_cdp_cache/-/raw/master/inv_cisco_wlc_ap_cdp_cache.mkp "Download latest version")
+
+---                   
+### Installation
+
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install inv_cisco_wlc_ap_cdp_cache.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 inventory
+---
+### Sample inventory
 
 ![sample inventory](/doc/sample.png?raw=true "sample inventory)
 
-- 
GitLab