From ac1c3764924ef0f8952a139936ced8fa4cb0f5c2 Mon Sep 17 00:00:00 2001 From: MrRawes Date: Sun, 20 Mar 2022 11:34:58 +0000 Subject: [PATCH] change zip to tar.gz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac36789f..a23a0e2d7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can also use pip: If you want to be on the cutting edge, you can also install the master branch with pip: - sudo -H pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.zip + sudo -H pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz 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.