summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-01-02 13:50:26 +0800
committerGitHub <noreply@github.com>2017-01-02 13:50:26 +0800
commitd546d4c8e03b104202d13a4bf7ab326cc8a4e3f9 (patch)
treecd6d647493833f907e51223f381d46f9457c721c
parent7fc06b6a15d556aca99fa74b9ce9fec9affc03e2 (diff)
parenteec45445a8b56219168d57cdc24b54b00a9f389d (diff)
downloadyoutube-dl-d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9.tar.gz
youtube-dl-d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9.tar.xz
youtube-dl-d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9.zip
Merge pull request #11578 from rpunkfu/patch-2
Update Readme: Set HOME properly in install command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.