From e531f531daf559356ad334d0b07f397c3ba09282 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:51:39 +0000 Subject: [PATCH] Make some change to allow someone to add WSL instruction --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c567e0..0adb342 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,18 @@ Download the latest [release](https://github.com/TheFrenchGhosty/TheFrenchGhosty ## Installation (Windows): -### Known Issues +### Installation using WSL (recommended): + +TODO + +### Installation using Cygwin, Git Bash or similar; + +#### Known Issues * Windows has a hard limit of 260 characters for the filepath. This can cause issues with video downloading. It is recommended that you make your filepath as short as possible. * If you are receiving a permission denied error when attempting to execute python, [this thread](https://stackoverflow.com/questions/56974927/permission-denied-trying-to-run-python-on-windows-10) may be helpful. * yt-dlp must be named "yt-dlp.exe". This means if you down the x86 version, you will need to rename it or create a symlink. -### Required Software +#### Required Software In order to run these scripts, the following software packages must be installed: * [Cygwin](https://www.cygwin.com/), [Git Bash](http://git-scm.com), or some other application that enables Bash functionality in Windows. @@ -57,7 +63,7 @@ In order to run these scripts, the following software packages must be installed * [ffmpeg](https://www.ffmpeg.org/) - Make sure this is in your PATH. * [atomicparsley](https://github.com/wez/atomicparsley) (optional) -### Configuration +#### Configuration First, make sure that all dependencies are installed and your PATH is configured properly by opening your Bash terminal of choice and executing the following: * `python --version`