From 80420cdb892141126db5e7934420c652d2809300 Mon Sep 17 00:00:00 2001 From: Ana Date: Mon, 30 Nov 2015 20:48:01 +0100 Subject: [PATCH] Readme updated --- README.md | 3 ++- README_ES.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be1633b66..7714df0ef 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4). ``` -cd participacion +git clone https://github.com/consul/consul.git +cd consul bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml diff --git a/README_ES.md b/README_ES.md index 62f20efe8..67c3523ab 100644 --- a/README_ES.md +++ b/README_ES.md @@ -27,7 +27,8 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior). ``` -cd participacion +git clone https://github.com/consul/consul.git +cd consul bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml