From 4aee7255307abbde70361b3a7a087690e104168a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 2 Oct 2013 23:40:32 +0100 Subject: [PATCH] README layout clean-up --- README.md | 10 +++++----- package.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14860bed..01354053 100755 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Performance is 4x-8x faster than the imagemagick equivalent, based mainly on the * node-gyp * libvips-dev 7.28+ - sudo npm install -g node-gyp - sudo apt-get install libvips-dev +``` +sudo npm install -g node-gyp +sudo apt-get install libvips-dev +``` -`vips-7.28.pc` (or later, installed with libvips-dev) must be symlinked as `/usr/lib/pkgconfig/vips.pc`. - -For example, in Ubuntu 13.04 (64-bit): +Please symlink `vips-7.28.pc` (or later, installed with libvips-dev) as `/usr/lib/pkgconfig/vips.pc`. To do this in Ubuntu 13.04 (64-bit), use: sudo ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/vips-7.28.pc /usr/lib/pkgconfig/vips.pc diff --git a/package.json b/package.json index 4b3dbba7..82f8814c 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "devDependencies": { "imagemagick": "*", + "gm": "*", "benchmark": "*" }, "scripts": {