diff --git a/README.md b/README.md
index 4cb9038a6c1a97352113bf11c265b15935c323cf..b813828471786ced543bbcdeaad9a2e423a1b8e1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Squid Web Proxy
 
-This CheckMK plugin monitors the prsformance of the _**Squid Web Proxy**_. This plugin is intended to use with the Agent Bakery of CheckMK.
+This CheckMK plugin monitors the performance of the _**Squid Web Proxy**_. This plugin is intended to use with the Agent Bakery of CheckMK.
 
 ### Acnowlegement
 
@@ -22,7 +22,9 @@ mkp enable squid VERSION
 
 In the Enterprise/Free/Cloud edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
 
-The agentplugin requieres the **squidclient** package to be installed in addition to the _**Squid Web Proxy**_.
+If you are not using the Agent Bakery, you need to copy the `squid` agent plugin from `~/local/share/check_mk/agents/plugins/squid` of your CheckMK site to the check_mk agent path of your Squid server. This is usually `/usr/lib/check_mk_agent/plugins/` (Don't forget to make it executable). 
+
+**Note**: The agent plugin requieres the **squidclient** package to be installed in addition to the _**Squid Web Proxy**_.
 
 ---
 ### Want to Contribute?