Add missing Imagemagick brew install command on dev test setup for osx

This commit is contained in:
Bertocq
2017-05-23 23:27:55 +02:00
parent 72facb8e65
commit d10e5ad01d
2 changed files with 12 additions and 0 deletions

View File

@@ -98,6 +98,12 @@ brew install ghostscript
brew install phantomjs
```
## Imagemagick
```
brew install imagemagick
```
## Cloning the repository
Now that we have all the dependencies installed we can download the repository:

View File

@@ -100,6 +100,12 @@ brew install ghostscript
brew install phantomjs
```
## Imagemagick
```
brew install imagemagick
```
## Clonar el repositorio
Ahora que ya tenemos todas las dependencias instalado podemos bajarnos el proyecto: