From 6cc35e3cce0a81ff1c7711eb60544bfc10017f31 Mon Sep 17 00:00:00 2001
From: Teena Hassan <thassan@techfak.uni-bielefeld.de>
Date: Fri, 13 Sep 2019 09:54:57 +0200
Subject: [PATCH] Updated README layout

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

diff --git a/README.md b/README.md
index a5cfc81..8b15e3c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repository contains the software library IPAACA developed by the Social Cognitive Systems Group at Bielefeld University. IPAACA stands for 'Incremental Processing Architecture for Artificial Conversational Agents.' The library is available in three languages: Python (Python3 compatible), C++, and Java, and for three operating systems: Linux, OS X, and Windows.
 
-## Installation
+## Build dependencies 
 
 ### Linux
 Dependencies: Protocol Buffer (libprotobuf), Transport Protocol (**libmosquittopp**, ros, librsb)
@@ -15,8 +15,9 @@ sudo apt-get install protobuf-compiler
 
 sudo apt-get install mosquitto libmosquittopp-dev
 
-git clone git@gitlab.ub.uni-bielefeld.de:scs/ipaaca.git
+## Build/Install instructions 
 
+### Linux
 **Compiling C++ Version** 
 
 cd ipaaca/ipaacalib/cpp
-- 
GitLab