Files
webtorrent-desktop/README.md
Feross Aboukhadijeh 6469ce6bd4 update screenshot
2016-03-08 17:48:50 -08:00

42 lines
979 B
Markdown

# WebTorrent.app
[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url]
[![Travis Build][webtorrent-app-travis-image]][webtorrent-app-travis-url]
[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent
[webtorrent-app-travis-image]: https://img.shields.io/travis/feross/webtorrent-app/master.svg
[webtorrent-app-travis-url]: https://travis-ci.org/feross/webtorrent-app
#### WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.
<div style="text-align: center">
<img src="./resources/screenshot.png" width="562" height="630" alt="screenshot">
</div>
## 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).