From 3f5ce0e6d800b911dfec43e8fd78b6732c3babf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Fri, 29 Sep 2017 09:17:00 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99c681d..e658643 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
 # proxystatistics-simplesamlphp-module
 Module for simpleSAMLphp which shows Proxy IdP/SP statistics
 
-Guide for use module statistic
+## Instalation
+Once you have installed SimpleSAMLphp, installing this module is very simple. First of all, you will need to download Composer if you haven't already. After installing Composer, just execute the following command in the root of your SimpleSAMLphp installation:
+
+      `php composer.phar require CESNET/proxystatistics:dev-master`
+
+
+## Configuration
 1. Install MySQL Database and create database for statistics and user. 
 2. For this database run script to create tables. Script is available in config-templates/tables.sql.
 3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.
-- 
GitLab