diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-01-02 13:50:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 13:50:26 +0800 |
commit | d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9 (patch) | |
tree | cd6d647493833f907e51223f381d46f9457c721c | |
parent | 7fc06b6a15d556aca99fa74b9ce9fec9affc03e2 (diff) | |
parent | eec45445a8b56219168d57cdc24b54b00a9f389d (diff) |
Merge pull request #11578 from rpunkfu/patch-2
Update Readme: Set HOME properly in install command
-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. |