From 93040b006e8a9eb0416bb2f35aa0fb64e7c994ef Mon Sep 17 00:00:00 2001 From: Rod Knowlton Date: Fri, 9 Sep 2011 06:44:22 -0500 Subject: [PATCH] Add connect module dependency --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 34db3ec..750f270 100644 --- a/README.markdown +++ b/README.markdown @@ -52,6 +52,7 @@ how to install and run on your own computer (linux/osx) - 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 + - connect - (and perhaps more which you will notice when you try to start it) - now start redis ($ redis-server) - now start ($ node server.js 80) where "80" is the port you want it to run on.