Merge pull request #11578 from rpunkfu/patch-2
authorYen Chi Hsuan <yan12125@gmail.com>
Mon, 2 Jan 2017 05:50:26 +0000 (13:50 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Jan 2017 05:50:26 +0000 (13:50 +0800)
Update Readme: Set HOME properly in install command

README.md

index bd01e2a102cfb103b8941856c0d31ab34978f53b..46aa78f66ceb8150bbb01afad3f6c8af2e053845 100644 (file)
--- 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.