Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jul 25, 2012
1 parent 740fe81 commit 2638505
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -9,3 +9,24 @@ For docs and more info
http://binaryjs.com

Node binary websocket streaming made easy


## Download

Server

```console
$ npm install binaryjs
```
or from Git
```console
$ git://github.com/binaryjs/binaryjs.git
$ cd binaryjs
$ npm install -g
```

Client

```html
<script src="http://cdn.binaryjs.com/0/binary.js"></script>
```

0 comments on commit 2638505

Please sign in to comment.