Updated README regarding #2

This commit is contained in:
Geoffrey Frogeye 2015-06-07 22:39:17 +02:00
parent 7dbb68a1a7
commit 6689b35f25

View file

@ -7,8 +7,9 @@ A small browser-based graphical client for agar.io, written using [pixijs](http:
##Usage ##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 [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` * Run `make`
* Open `app.html` from the browser * Open `app.html` from the browser