From 71b9c84b7f98976c0db2c3a63f8cba879141c097 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Thu, 20 Aug 2015 21:12:31 +0200 Subject: [PATCH] Added ghostscript to Readme. Required for captcha --- .gitignore | 1 + README.md | 2 +- README_EN.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 339f1eb5e..5dbf23b01 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ # Mac finder artifacts .DS_Store +.ruby-gemset diff --git a/README.md b/README.md index 9fe47f6ad..ef9b015bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo ## Configuración para desarrollo y tests -Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.2, la gema `bundler`, y PostgreSQL (9.4 o superior). +Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.2, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior). ``` cd participacion diff --git a/README_EN.md b/README_EN.md index 40a39ae01..ee63eede4 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,7 +21,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http ## Configuration for development and test environments -Prerequisites: install git, ImageMagick, Ruby 2.2.2, bundler gem and PostgreSQL (>=9.4). +Prerequisites: install git, ImageMagick, Ruby 2.2.2, bundler gem, ghostscript and PostgreSQL (>=9.4). ``` cd participacion