initial commit
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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).
|
||||
|
||||
Reference in New Issue
Block a user