From 45412f623b53e2925433971ff1abacfa42e2dcc3 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 14 Jun 2023 18:21:28 +0000
Subject: [PATCH] Update README.md

---
 README.md | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5d4563d..c279528 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Hardware inventory [(Download the MKP package)](/../../../-/raw/master/inv_opengear_base.mkp "Download MKP package")
+# Hardware inventory
 
 This plugin adds the serial number, model, manufacturer and firmware version of opengear console servers to the inventory.
 
@@ -14,12 +14,25 @@ Supported models:
 - CM81XX series
 
 ---
+### Download
 
+* [inv_opengear_base.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/opengear/inv_opengear_base/-/raw/master/inv_opengear_base.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_opengear_base.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 output
+### Sample inventory output
 
 ![sample inventory output](/doc/sample.png?raw=true "sample inventory output")
-- 
GitLab