Few fixes
Also run `npm install agrio-client` to update it.
This commit is contained in:
parent
6689b35f25
commit
39e6468538
4
Makefile
4
Makefile
|
@ -1,2 +1,2 @@
|
|||
bundle.js: loader.js client/agario-client.js
|
||||
browserify $< -o $@ -i buffer-dataview
|
||||
bundle.js: loader.js
|
||||
browserify $< -o $@
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue