Merge pull request #30 from codelahoma/doc-edit

Add connect module dependency
This commit is contained in:
ali asaria 2011-09-16 05:23:41 -07:00
commit a86aefafa0

View file

@ -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) - 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 - simplesets
- connect-redis - connect-redis
- connect
- (and perhaps more which you will notice when you try to start it) - (and perhaps more which you will notice when you try to start it)
- now start redis ($ redis-server) - now start redis ($ redis-server)
- now start ($ node server.js 80) where "80" is the port you want it to run on. - now start ($ node server.js 80) where "80" is the port you want it to run on.