From 8da5e1b3b83e557341a33ca8beb0853267211f7c Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 29 May 2023 14:32:12 +0000
Subject: [PATCH] Update README.md

---
 README.md | 31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 40ed2dc..64e3cb5 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
-# Threat Emulation [(Download the MKP package)](/../../../-/raw/master/checkpoint_threat_emulation.mkp "Download MKP package")
-
-**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+# Threat Emulation
 
 Monitors status of Check Point Threat Emulation
 
-Check Info:
+---
+### Check Info
 
 * *service*: this check creates one service on the TE enbaled Check Point gateway
+
 * *state*:\
+
   **critical**
   *  if monthly quota on cloud used greater then crit
   *  if remaining quota on cloud less then crit
@@ -26,6 +27,7 @@ Check Info:
     * monthly quota on cloud used
     * remaining quota on cloud
     * current files waiting for emulation
+
 * *perfdata*: 
     * average emulated file size (bytes)
     * average process time (s)
@@ -41,7 +43,26 @@ Check Info:
 
 Testetd with: R80.10
 
-Sample output
+---
+### Download
+
+* [checkpoint_threat_emulation.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/gateway/checkpoint_threat_emulation/-/raw/master/checkpoint_threat_emulation.mkp "Download latest version")
+
+---                   
+### Installation
+
+You can install the package by uploading it to your CheckMK site and as site user run `mkp install checkpoint_threat_emulation.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 [SHORT TITLE]")
 
-- 
GitLab