From f1f41ae2e18f6f086a1e189de60ec25dc1c14c49 Mon Sep 17 00:00:00 2001 From: Cracker <rofl256@googlemail.com> Date: Mon, 26 Feb 2018 22:23:25 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 04fd76d..ff9301a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This will start a LDAP Server witch can be used to auth against and bridge the a # HowTo Server Starting the Server is simple: +1. Clone this repo +2. run `npm i` +3. spin up the sample server.js ``` var ldapAuth = require('./ldapAuth'); -- GitLab