From 5dc37eb0fd6ce898b8be93a1edc3c8a5fcf42a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Tue, 7 Jan 2014 15:25:04 +0100 Subject: [PATCH] Add notes on installing ImageMagick --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22848fd..03d968b 100644 --- a/README.md +++ b/README.md @@ -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