diff --git a/README.md b/README.md
index 04f5036..20c1573 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# Joomla_ynh
+[![Install Joomla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=joomla)
+
Joomla! is an award-winning content management system https://www.joomla.org/
Version: 3.7.3
Why Joomla?
@@ -7,6 +9,20 @@ Joomla! is an award-winning content management system https://www.joomla.org/ Note:
There is installer.php added for bypassing the web installation process. see https://github.com/joomla/joomla-cms/pull/2764
+# Ldap configuration (For now you have to configure it youeself)
+Enable ldap plugin
+Enter the following feilds:
+**Host:**localhost
+**Port**:389
+**LdapV3:**Yes
+**Authorisation Method:** Bind and search
+**Base DN:**dc=yunohost,dc=org
+**uid:**uid=[search]
+**User's DN:**ou=users,dc=yunohost,dc=org
+**Map Full Name:**displayname
+**Map Email:**mail
+**Map User ID:**uid
+
# To-do
- [X] Installation and remove script.
- [ ] Ldap integration.