diff --git a/README.md b/README.md index b43e64f476..4feb3418f7 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,17 @@ ## Installation -1. `$ npm install` +First step is to obtain all of the dependencies requires by node-forum: -2. `$ apt-get install redis` + $ npm install -3. `$ node app` +Next, we install redis. If you have redis installed, you can skip this step. + + # apt-get install redis + +Lastly, we run the forum. + + $ node app ## Config @@ -22,4 +28,15 @@ node-forum is pre-configured to run on port 4567, with default options defined i