From b0e510c86221f4c8cdf440c579da3d6bdf0508c6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 27 Apr 2013 21:54:25 -0400 Subject: [PATCH] updating readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03555be9b2..e58b270af4 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ ## Installation -First step is to obtain all of the dependencies requires by NodeBB: +NodeBB is powered by Node.js with a Redis database. They must be installed prior in order for NodeBB to work. - $ npm install + # apt-get install nodejs redis -*(Optional)* Next, we install redis. If you already have redis installed, you can skip this step. +Next, obtain all of the dependencies required by NodeBB: - # apt-get install redis + $ npm install Now we ensure that the configuration files are properly set up. NodeBB runs on port 4567 by default. The client side config can be set up thusly: