From 6a8829aedcf98c0c2dc096614827154ccadaa7b1 Mon Sep 17 00:00:00 2001 From: Will Langstroth Date: Tue, 6 Sep 2011 00:37:55 -0400 Subject: [PATCH] replace dependency list with npm install --- README.markdown | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.markdown b/README.markdown index 34db3ec..5d4754c 100644 --- a/README.markdown +++ b/README.markdown @@ -40,19 +40,9 @@ how to install and run on your own computer (linux/osx) ------------------------------------------------------- - install redis v2.2.2 -- install node.js >= 0.4.1 +- install node.js >= 0.4.7 - install npm -- install these npm packages: - - async - - express - - jade - - redis-client - - redis - - sanitizer - - socket.io@0.6.16 (you need to install a 0.6.x version of socket.io until the code is updated to work with the 0.7.x version) - - simplesets - - connect-redis - - (and perhaps more which you will notice when you try to start it) +- run `npm install` - now start redis ($ redis-server) - now start ($ node server.js 80) where "80" is the port you want it to run on.