diff --git a/Readme.md b/Readme.md
index 663db1da8e8cbbcfcc23c1b308838a9eb8d3b878..e041e2936597d681f62cda7bd8dd4bc3dd2025a6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,18 +1,16 @@
-# check-mk-logstats
+# check-mk-plugins
 
 This is a collection of simple plugins for linux Check_MK agents.
-They parse a bunch of logfiles and extract numbers out of them, which Check_MK can graph out for you.
-
-It might not perform ideal, feel free to adapt and improve.
+They might not be ideal, feel free to adapt and improve.
 
 
 ## Installation
 
-Please note that the scripts need permissions to read your logfiles, so be prepared to handle that.
+Please note that logstats-plugins need to be able to read some of your logfiles.
+Be prepared to handle your permissions.
 
 * Clone this repository into e.g. `/opt/check-mk-logstats`.
-* Enable the plugins you want by copying their launchers into `/usr/lib/check_mk_agent/plugins/`
-* Do NOT use symlinks, the bash scripts need their real CWD!
+* Install the plugins you need by using the provided `install.sh`. It will create proper launcher scripts for you.
 * Go into your Check_MK installation and monitor the new service
 
 That's about it.