Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
add more readme examples to fix mafintosh#177
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Feb 26, 2015
1 parent 93c5c96 commit 2886dc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ To get a full list of available options run peerflix with the help flag.
peerflix --help
```

Examples of usage of could be

```
peerflix magnet-link --vlc -- --fullscreen # will pass --fullscreen to vlc
peerflix magnet-link --mplayer --subtitles subtitle-file.srt # play in mplayer with subtitles
peerflix magnet-link --connection 200 # set max connection to 200
```


## Programmatic usage

If you want to build your own app using streaming bittorent in Node you should checkout [torrent-stream](https://github.com/mafintosh/torrent-stream)
Expand Down

0 comments on commit 2886dc9

Please sign in to comment.