From cefad4898ea0e2096d08520379a188e1c49f247a Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 16 Dec 2020 16:52:53 +0100 Subject: [PATCH] Add install instructions. --- README.adoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 22ba242..fa25206 100644 --- a/README.adoc +++ b/README.adoc @@ -1,8 +1,20 @@ = download-yt-feeds -:url-ytdl-format: https://github.com/ytdl-org/youtube-dl/#format-selection +:url-zsh: https://www.zsh.org/ +:url-ytdl: https://github.com/ytdl-org/youtube-dl +:url-ytdl-format: {url-ytdl}/#format-selection Download YouTube-feeds like they are podcasts. Files will be put in `/channel/title.extension`. +== Install + +Put `download-yt-feeds` somewhere in your `${PATH}` and make it executable. + +=== Dependencies + +* Linux (\*BSD and other UNIXes should work, but I haven't tested) +* link:{url-zsh}[Zsh] +* link:{url-ytdl}[youtube-dl] + == Configuration The configuration directory is `${XDG_CONFIG_HOME}/download-yt-feeds` or, if