Files
webtorrent-desktop/README.md
2016-03-08 13:58:21 +01:00

40 lines
888 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.
![screenshot](./screenshot.png)
## 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).