From b49233b566d9ac0da1a4d1ef6ab199a3452c141b Mon Sep 17 00:00:00 2001
From: Christoph Seitz <c.seitz@tu-bs.de>
Date: Sat, 23 May 2015 00:57:32 +0200
Subject: [PATCH] Add install instructions.

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 32937b9..6595ccb 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,11 @@ The folloging debian packages are required before installing this concrete packa
  * php5-curl
  * php-pear
 
+## Installation
+To install the package browse to the packages dir of your concrete5 5.7 installation and then run:
+    git clone https://github.com/go2sh/concrete5-ldap-login ldap_login
+It is important that the package directory is called "ldap_login" to match the package handle. Then you can install it from your dashboard.
+
 ##Configuration
 Both the LDAP authentication and the Yubikey OTP authentication are fully configurable.
 ### LDAP Configuration
-- 
GitLab