From 9a658d57467cf3f51110ec50bc7b50cd73993aaa Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 06 Oct 2015 11:47:58 +0000
Subject: [PATCH] Well, another one.

---
 README.md |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 8936aa4..528bf13 100644
--- a/README.md
+++ b/README.md
@@ -19,17 +19,25 @@
 Move to the project root directory and compile with:
 
 ``./configure``
+
 ``make``
+
 ``make install``
 
 If you are experiencing difficulties due to different automake versions, proceed with the longer procedure:
 
 ``aclocal``
+
 ``autoheader``
+
 ``automake -ac``
+
 ``autoconf``
+
 ``./configure``
+
 ``make``
+
 ``make install``
 
 

--
Gitblit v1.9.3