Updated README regarding #2

master
Geoffrey Frogeye 2015-06-07 22:39:17 +02:00
parent 7dbb68a1a7
commit 6689b35f25
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ A small browser-based graphical client for agar.io, written using [pixijs](http:
##Usage
* Clone the repo with the `--recursive` option. If it was cloned without this option, run `git submodule update --init --recursive`
* Clone the repo.
* Install [browserify](http://browserify.org/) globally `npm install -g browserify`
* Install [ws](http://einaros.github.io/ws/) locally `npm install w`
* Install [ws](http://einaros.github.io/ws/) locally `npm install ws`
* Install [agario-client](https://github.com/pulviscriptor/agario-client) locally `npm install agario-client`
* Run `make`
* Open `app.html` from the browser