diff --git a/README.md b/README.md index be7308b..90b5e33 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,14 @@ fastanime download -t -r ':' # only keep merged files fastanime download -t --merge --clean --no-prompt +# EOF is used since -t always expects a title +# you can supply anime titles from file or -t at the same time +# +# from stdin +echo -e "\n\n" | fastanime download -t "EOF" -r -f - +# from file +fastanime download -t "EOF" -r -f ```