Updated README regarding #2
This commit is contained in:
parent
7dbb68a1a7
commit
6689b35f25
|
@ -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
|
||||
|
|
Reference in a new issue