From b452d7494b80d355809bea9cefb53a8b8a15202d Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 06 Oct 2015 11:46:51 +0000
Subject: [PATCH] Yet another fix in README.

---
 README.md |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 184a122..8936aa4 100644
--- a/README.md
+++ b/README.md
@@ -14,30 +14,22 @@
 
 On Debian based systems, install prerequisities by typing the following command in the command line:
 
-``sudo apt-get install libconfuse-dev libgsl0-dev libxml2-dev automake gcc''
+``sudo apt-get install libconfuse-dev libgsl0-dev libxml2-dev automake gcc``
 
 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