diff --git a/README.md b/README.md
index 38f3de1fd47319ae3247b6e44b75d4be2713243d..27512fcb4a6405380d6fed8c97aa874cebc06ce6 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,12 @@ and in the deails
 ---
 ### Installation
 
-You can install the package by uploading it to your CheckMK site and as site user run `mkp install check_ntp.mkp`.
-
-
-In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
+You can install the package by uploading it to your CheckMK site and as site user run 
+```
+mkp add PACKAGENAME-VERSION.mkp
+mkp enable PACKAGENAME VERSION
+```
+In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
 
 **Note**: before you can use this plugin you need to install the python **_ntplib_** into your CMK site. This can be done by issuing the command `pip3 install ntplib` as site user, as long as your CMK server has internet access. If you prefer not to download the ntplib from the internet you can also use the additional MKP package **_ntplib-0.4.0.mkp_** (see above).