From bb24117426bc86f614f234b873a4a57ecbb32dbb Mon Sep 17 00:00:00 2001 From: Troyciv <14926781+Troyciv@users.noreply.github.com> Date: Fri, 25 May 2018 14:47:24 +0200 Subject: [PATCH] [readme] added a line in installation section with pip recommendation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20982b0f1..8427885ca 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ You can also use pip: This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information. +**Tip:** If you want to install youtube-dl with shell completion and man pages on your Linux machine, using the above `pip` command is the recommend way to do so. + OS X users can install youtube-dl with [Homebrew](https://brew.sh/): brew install youtube-dl