diff --git a/docs/30_Usage.md b/docs/30_Usage.md
index fc6ae8da08ecd552a2a1dbe08dcfd87972855412..4cf2676d927f2c867e5408bb9efab353072cbeaf 100644
--- a/docs/30_Usage.md
+++ b/docs/30_Usage.md
@@ -7,11 +7,11 @@
   |     |     |  |      ___ ___ ___|     |___ ___|_| |_ ___ ___ 
   |-   -| | | |  |__   | .'| . | . | | | | . |   | |  _| . |  _|
   |_____|_|_|_|_____|  |__,|  _|  _|_|_|_|___|_|_|_|_| |___|_|  
-                           |_| |_|                              
-                                               CLI client v0.7
+                           |_| |_|             CLI client v0.8
+
 
 This client performs appmonitor checks and puts the results as JSON to stdout.
-It contains all checks that are available in the PHP appmonitor client.
+It contains all checks that are available in the PHP appmonitor client v0.155.
 You can use the compiled binary to monitor any non PHP webapp without 
 implementing the checks for your programming language.
 
diff --git a/docs/80_Build.md b/docs/80_Build.md
index 662176afc9349cb3fbd491e06a591af41bc9e0ab..452a742d6db866515a2cf618fca4001c3a933205 100644
--- a/docs/80_Build.md
+++ b/docs/80_Build.md
@@ -19,7 +19,7 @@ On my test system I've installed with Chocolatey:
 * PHP 8.4.4
 * Wget
 
-During install the spc build process failed while compiling `libiconv`.
+🤕 During install the spc build process failed while compiling `libiconv`.
 I will continue if I found a solution or it.
 
 ## Prepare environment
diff --git a/docs/_index.md b/docs/_index.md
index ecb565982e10fd226d26c2f8e7de36cab282fa8b..60cf81b8fce19239dfc04af7ad9d2f25ea94d211 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -1,10 +1,12 @@
 <html>
 <div class="hero">
     <h2>Appmonitor CLI</h2>
-    Cli client of IML appmonitor for non PHP web projects
+    Compiled cli client of IML appmonitor for non PHP web projects
 </div>
 </html>
 
+It is a sister project for <https://github.com/iml-it/appmonitor>.
+
 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \
 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \
 📜 License: GNU GPL 3.0 \
diff --git a/readme.md b/readme.md
index 45371b145f36ee235c5bdfd386284c5c17bff72a..443476b6b53817fd55b89158cd2bb9b45eb0814e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,9 @@
-# POC Appmonitor client cli
+# Appmonitor client as cli binary
 
 💡 **Idea**: For non PHP systems we prepare a compiled binary containing all written PHP checks. Then those non PHP systems do not need to implement the checks again.
 
+It is a sister project for <https://github.com/iml-it/appmonitor>.
+
 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \
 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-cli-client> \
 📜 License: GNU GPL 3.0 \