From c8aa9da2e1dca47e84d5c8a547ad4a479591f07c Mon Sep 17 00:00:00 2001
From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br>
Date: Wed, 16 Mar 2016 12:02:59 -0300
Subject: [PATCH] improve readme with deploy steps by env

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

diff --git a/README.md b/README.md
index d2233e84..39badc22 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@
 ## Setup
 First of all, you need configure the dspace, elasticsearch and redis servers. An user for postgres database will be needed to.
 After this setup, open the config files and update some vars:
+
     * config/database.yml: change your postgres credentials for development and test environment.
     * config/dspace.yml: change your dspace host and credentials for development and test environment.
     * config/sidekiq.yml: change your redis hosts and ports.
-- 
GitLab