From 7dfbb043fabb4349137b3509ec9707c171bba605 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 4 Aug 2022 17:44:48 -0700 Subject: [PATCH] [DOCS] Add link to walk-through wiki on the README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aacd4ef..2de2b43a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ maximum flexibility while maintaining simplicity. ## How it Works `ytdl-sub` uses YAML configs to define a layout for how you want media to look -after it is downloaded. See our +after it is downloaded. See the +[walk-through in our wiki](https://github.com/jmbannon/ytdl-sub/wiki) +to learn how `ytdl-sub` works, our [example configurations](https://github.com/jmbannon/ytdl-sub/tree/master/examples) -that we personally use and +that we personally use, and [readthedocs](https://ytdl-sub.readthedocs.io/en/latest/config.html#) for detailed information on specific sections or fields. Downloading looks like this.