From c68634427c543bd9a94bcaac71396a5b11e054b4 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sat, 22 Apr 2023 09:38:26 +0000
Subject: [PATCH] Update README.md

---
 README.md | 30 ++++++++++++++++++++++++------
 1 file changed, 24 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 97a83d5..ffa1881 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# OSPF neighbors [(Download the MKP package)](/../../../-/raw/master/ospf_neighbor.mkp "Download MKP package")
-
- **Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# OSPF neighbors
 
 Monitors status of OSPF neighbors.
 
-**NOTE**: This check is originaly from Thomas Wollner (tw[at]wollner-net[dot]de).
+### Acknowledgment 
+This check is originaly from Thomas Wollner (tw[at]wollner-net[dot]de).
 
-I changed *item* from neighbor **ID** to neighbor **IP**, added events as perfdata (incl. metrics file),\
+I changed the *item* from neighbor **ID** to neighbor **IP**, added events as perfdata (incl. metrics file),\
 moved part of the output to long output and done a little code cleanup to better match coding guide lines.\
 Added WATO for Alias name, map check states to OSPF Neighbor state, state if neighbour not found in SNMP data.
 
-Check Info:
+---
+### Check Info:
 
 * *service*: ithe check creates one service for each OSPF neighbor with the neighbor IP as item
 * *state*: 
@@ -26,6 +26,24 @@ Check Info:
     * OSPF neighbor events (count)
     * Retransmission queue length (count)
 
+---
+### Download
+* [ospf_neighbor.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/ospf_neighbor/-/raw/master/ospf_neighbor.mkp "Download the MKP file")
+                        
+---
+### Installation
+
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install ospf_neighbor.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