Few fixes

Also run `npm install agrio-client` to update it.
This commit is contained in:
Geoffrey Frogeye 2015-06-08 20:04:19 +02:00
parent 6689b35f25
commit 39e6468538
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
bundle.js: loader.js client/agario-client.js
browserify $< -o $@ -i buffer-dataview
bundle.js: loader.js
browserify $< -o $@

View file

@ -9,7 +9,6 @@ A small browser-based graphical client for agar.io, written using [pixijs](http:
* Clone the repo.
* Install [browserify](http://browserify.org/) globally `npm install -g browserify`
* 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