From a5a44b2069e871dec4752aebe971c60f0f67b36e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 19 Jun 2013 20:56:59 -0400 Subject: [PATCH] added imagemagick to the installation instructions (re: issue #4) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2fc1ab429..30d2e567eb 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ NodeBB requires a version of Node.js at least 0.8 or greater, and a Redis versio ## Installation -First, we install our base software stack. `build-essential` is required as it exposes the build environment for `bcrypt` compilation, we won't be compiling anything manually. +First, we install our base software stack: - # apt-get install git nodejs redis-server npm build-essential + # apt-get install git nodejs redis-server npm build-essential imagemagick **If your package manager only installed a version of Node.js that is less than 0.8:**