From 6689b35f257f59b201a202eda9b3e044ccb00888 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 7 Jun 2015 22:39:17 +0200 Subject: [PATCH] Updated README regarding #2 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f7c6bd..4efb592 100644 --- a/README.md +++ b/README.md @@ -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