Files
webtorrent-desktop/README.md
Feross Aboukhadijeh a4f5786160 add badges
2016-01-02 16:06:50 +01:00

38 lines
810 B
Markdown

# WebTorrent.app
[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url]
[![Build Status][webtorrent-ti]][webtorrent-tu]
[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat
[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent
[webtorrent-ti]: https://img.shields.io/travis/feross/webtorrent.svg?style=flat
[webtorrent-tu]: https://travis-ci.org/feross/webtorrent
#### WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.
## Dev
```
$ npm install
```
### Run
```
$ npm start
```
### Build
```
$ npm run build
```
Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
## License
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).