Add notes on installing ImageMagick

pull/20/head
Johannes Jörg Schmidt 10 years ago
parent 1576338977
commit 5dc37eb0fd

@ -4,7 +4,12 @@ Run ImageMagicks `convert` on CouchDB documents.
Installation
------------
via npm:
Make sure you have ImageMagick installed, eg on Debian:
```bash
apt-get install imagemagick
```
Install couchmagick via npm:
```bash
npm install couchmagick -g

Loading…
Cancel
Save