diff options
author | Oskar Cieslik <oskarcieslik@gmail.com> | 2017-01-02 00:22:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 00:22:10 +0100 |
commit | eec45445a8b56219168d57cdc24b54b00a9f389d (patch) | |
tree | cd6d647493833f907e51223f381d46f9457c721c /README.md | |
parent | 7fc06b6a15d556aca99fa74b9ce9fec9affc03e2 (diff) |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |