]> git.example.dev Git - binbsis50.git/commitdiff
updated README with installation instructions
authorLuigi Pinca <luigipinca@gmail.com>
Sun, 24 Feb 2013 13:39:13 +0000 (14:39 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sun, 24 Feb 2013 13:39:13 +0000 (14:39 +0100)
README.md

index dc63a826d44cdd74ff29891d0f84ac777441ee83..5d40e89ddad78a3e1f49485846ce250742f4061f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,23 +2,43 @@
 
 binb is a simple, realtime, multiplayer, competitive music listening game.
 
-To play the game: [http://binb.nodejitsu.com](http://binb.nodejitsu.com) 
+To play the game: [http://binb.nodejitsu.com](http://binb.nodejitsu.com)
 
-## Browser compatibiliy ##
+## Installation
+
+Unless previously installed you'll need the following packages:
+
+- [Node.js](http://nodejs.org/)
+- [Redis](http://redis.io/)
+- [Cairo](http://cairographics.org/)
+
+Please use their sites to get detailed installation instructions.
+
+### Install binb
+
+Once you have redis server up and running type:
+    
+    $ make install
+
+Then run `$ npm start` or `$ node app.js` to start the app.
+
+Point your browser to `http://127.0.0.1:8138` and have fun!
+
+## Browser compatibiliy
 
 Ideal setup is a browser with websocket support and able to decode .m4a format natively. 
 
-For this reason binb is optimized for Google Chrome but also works in all major browsers (if version is recently enough).
+For this reason binb is optimized for Google Chrome but also works in all major browsers.
 
-## Shout-Outs ##
+## Shout-Outs
 
-* Thanks to [beatquest.fm](http://beatquest.fm) for inspiration!
-* Thanks to [nodejitsu](http://nodejitsu.com/) for application hosting.
+- Thanks to [beatquest.fm](http://beatquest.fm) for inspiration.
+- Thanks to [nodejitsu](http://nodejitsu.com/) for application hosting.
 
-## Bug tracker ##
+## Bug tracker
 
 Have a bug? Please create an [issue](https://github.com/lpinca/binb/issues) here on GitHub, with a description of the problem, browser and operating system information and how to reproduce the problem.
 
-## Copyright and license ##
+## Copyright and license
 
 binb is released under the MIT license. See LICENSE for details.