mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Merge pull request #11578 from rpunkfu/patch-2
Update Readme: Set HOME properly in install command
This commit is contained in:
commit
d546d4c8e0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ # INSTALLATION
|
|||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue