From b8b62945498bdea19b6ab17f3f463f43cf9ecafa Mon Sep 17 00:00:00 2001 From: Mike Nye Date: Fri, 4 Sep 2020 16:41:05 +0800 Subject: [PATCH] Update readme with Jay Turner's top tips for young players --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69689a2..4a66b7a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ alias youtube-dl='docker run \ mikenye/youtube-dl' ``` +**HANDY HINT:** After updating your `.bash_aliases` file, run `source ~/.bash_aliases` to make your changes live! + When run (eg: `youtube-dl https://www.youtube.com/watch?v=dQw4w9WgXcQ`), it will download the video to the current working directory, and take any command line arguments that the normal youtube-dl binary would. ## Using a config file