diff --git a/README.md b/README.md
index 17299432ca56936c0b35fb56e8827827b4ba9d15..5ac42ed757294be2d8cc09d71444c84fb6bbe5c0 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ iptables -nLv -t nat
 
 #### Available apps, installation procedure
 Additionnal apps can be installed with ```ansible-galaxy```.
+
 you'll need to edit the file '*requirements.yml*' in order to chose needed apps.
 The list of available apps are available [there](https://github.com/ansibl8s)
 
@@ -128,6 +129,11 @@ In order to use this role you'll need the following entries in the file '*requir
 ```
 **Note**: the role common is required by all the apps and provides the tasks and libraries needed.
 
+And empty the apps directory
+```
+rm -rf roles/apps/*
+```
+
 Then download the roles with ansible-galaxy
 ```
 ansible-galaxy install -r requirements.yml