From 7644ae1c2198772245654b90c20d710f5db8510e Mon Sep 17 00:00:00 2001 From: Julian Lam <julian@designcreateplay.com> Date: Sun, 9 Feb 2014 10:10:30 -0500 Subject: [PATCH] removing npm from apt-get install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbae150a29..760f2fcbd8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ NodeBB requires the following software to be installed: First, we install our base software stack: - # apt-get install git nodejs redis-server npm build-essential imagemagick + # apt-get install git nodejs redis-server build-essential imagemagick If you want to use MongoDB instead of Redis install it from http://www.mongodb.org/downloads and remove 'redis-server' from the above command. [MongoDB-Setup](https://github.com/designcreateplay/NodeBB/wiki/Installing-NodeBB-With-MongoDB)