From 39e64685388dcc390b38bede67b75d57f5505072 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 8 Jun 2015 20:04:19 +0200 Subject: [PATCH] Few fixes Also run `npm install agrio-client` to update it. --- Makefile | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fa49a0f..c6415e4 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -bundle.js: loader.js client/agario-client.js - browserify $< -o $@ -i buffer-dataview +bundle.js: loader.js + browserify $< -o $@ diff --git a/README.md b/README.md index 4efb592..bcb760d 100644 --- a/README.md +++ b/README.md @@ -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