From: Yen Chi Hsuan Date: Mon, 2 Jan 2017 05:50:26 +0000 (+0800) Subject: Merge pull request #11578 from rpunkfu/patch-2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9;hp=7fc06b6a15d556aca99fa74b9ce9fec9affc03e2;p=youtube-dl Merge pull request #11578 from rpunkfu/patch-2 Update Readme: Set HOME properly in install command --- diff --git a/README.md b/README.md index bd01e2a10..46aa78f66 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex You can also use pip: - sudo pip install --upgrade youtube-dl + sudo -H pip install --upgrade youtube-dl 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.