From 81703ccca21022c336a8a0081dc483598a6be71c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Risso?= <jvtr12@c3sl.ufpr.br>
Date: Thu, 16 Jun 2016 15:28:10 -0300
Subject: [PATCH] Fix spacing in the README

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

diff --git a/README.md b/README.md
index d38f7ba..cd0fb35 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,19 @@
 ## How to setup
 
 git clone git@gitlab.c3sl.ufpr.br:simcaq/monetdb-sql.git
+
 cd monetdb-sql
+
 make
+
 gem install monetdb-sql-1.0.gem
+
 git clone git@gitlab.c3sl.ufpr.br:simcaq/activerecord-monetdb-adapter.git
+
 cd activerecord-monetdb-adapter
+
 gem build activerecord-monetdb-adapter.gemspec
+
 gem install activerecord-monetdb-adapter-0.2.gem
 
 Then, you can run the tests provided in the tests directory.
-- 
GitLab