Files
webtorrent-desktop/README.md
Feross Aboukhadijeh a1d69dbba7 initial commit
2016-01-02 16:01:08 +01:00

30 lines
357 B
Markdown

# WebTorrent.app
### Streaming torrent client, for the desktop
## 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).