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)