From d22c1156c4343bb7d0cbd521ae54ae09dae9e9bc Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Thu, 28 Feb 2019 16:20:45 -0800 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 097e225..696e190 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ I made this because I wanted to rewrite one of my previous projects in Go, so I See [here](https://github.com/tjhorner/nplcsv/blob/master/README.md) since it uses the same Makefile. +## Example + +Here's a situation that uses every flag: + +If you wanted to download a maximum of 20 posts with the tag `pokemon` in random order from e926 to the directory `./posts` with a maximum of 2 downloading at a time: + +```bash +e6dl --tags "pokemon order:random" --out ./posts --limit 20 --concurrents 2 --sfw +``` + ## Usage ```