removing npm from apt-get install command

v1.18.x
Julian Lam 11 years ago
parent 194c404857
commit 7644ae1c21

@ -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)

Loading…
Cancel
Save