summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorOskar Cieslik <oskarcieslik@gmail.com>2017-01-02 00:22:10 +0100
committerGitHub <noreply@github.com>2017-01-02 00:22:10 +0100
commiteec45445a8b56219168d57cdc24b54b00a9f389d (patch)
treecd6d647493833f907e51223f381d46f9457c721c /README.md
parent7fc06b6a15d556aca99fa74b9ce9fec9affc03e2 (diff)
downloadyoutube-dl-eec45445a8b56219168d57cdc24b54b00a9f389d.tar.gz
youtube-dl-eec45445a8b56219168d57cdc24b54b00a9f389d.tar.xz
youtube-dl-eec45445a8b56219168d57cdc24b54b00a9f389d.zip
Update Readme: Set home in sudo pip install
Hi, it's not always a default behaviour, but when you use `sudo pip` you most likely may want to use `-H` flag to set HOME value to directory of the target user :)
Diffstat (limited to 'README.md')
-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.