Add missing Imagemagick brew install command on dev test setup for osx
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user