Skip to content

Commit

Permalink
docs(readme): Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Oct 15, 2016
1 parent 55e7344 commit 8ae05fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ npm i -g anime-dl-cli

## Use

For streamng require [mpv](https://mpv.io/). For download require [wget](https://www.gnu.org/software/wget/).

```bash
anime-dl -a <anime> -c <chapter>
anime-dl -a <anime> -c <chapter> -k # play in mpv
anime-dl -a <anime> -c <chapter> -d # download in current directory
anime-dl -a <anime> -c <chapter> -d <directory> # download in a directory
```

## License
Expand Down

0 comments on commit 8ae05fa

Please sign in to comment.