Skip to content

Commit

Permalink
Adding installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vanng822 committed Jan 23, 2015
1 parent e601daf commit f545911
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions imagick/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Dependencies

You need to install ImageMagick first.

### MacPorts

sudo port install ImageMagick

### Homebrew

brew install imagemagick

### Ubuntu/Debian

sudo apt-get install libmagickwand-dev

### Install

go get github.com/vanng822/imgscale/imagick

0 comments on commit f545911

Please sign in to comment.