aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThe Hatsune Daishi <nao20010128@gmail.com>2021-08-30 23:37:43 +0900
committerGitHub <noreply@github.com>2021-08-30 20:07:43 +0530
commitb8773e63f01510a254a40b8d4d3018414b52eda7 (patch)
tree8cec9c9299fe4adb7411bf1d30d88757883684e1 /README.md
parent05664a2f7b4e8fadd7a463b450f16d39663e3e09 (diff)
downloadhypervideo-pre-b8773e63f01510a254a40b8d4d3018414b52eda7.tar.lz
hypervideo-pre-b8773e63f01510a254a40b8d4d3018414b52eda7.tar.xz
hypervideo-pre-b8773e63f01510a254a40b8d4d3018414b52eda7.zip
[build] Add homebrew taps (#827)
https://github.com/yt-dlp/homebrew-taps Closes: #754, #770 Authored by: nao20010128nao
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0b34506d..a9720bfb9 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ yt-dlp is not platform specific. So it should work on your Unix box, on Windows
You can install yt-dlp using one of the following methods:
* Download the binary from the [latest release](https://github.com/yt-dlp/yt-dlp/releases/latest) (recommended method)
+* With Homebrew, `brew install yt-dlp/taps/yt-dlp`
* Use [PyPI package](https://pypi.org/project/yt-dlp): `python3 -m pip install --upgrade yt-dlp`
* Use pip+git: `python3 -m pip install --upgrade git+https://github.com/yt-dlp/yt-dlp.git@release`
* Install master branch: `python3 -m pip install --upgrade git+https://github.com/yt-dlp/yt-dlp`
@@ -174,9 +175,16 @@ sudo aria2c https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o
sudo chmod a+rx /usr/local/bin/yt-dlp
```
+macOS or Linux users that are using Homebrew (formerly known as Linuxbrew for Linux users) can also install it by:
+
+```
+brew install yt-dlp/taps/yt-dlp
+```
+
### UPDATE
You can use `yt-dlp -U` to update if you are using the provided release.
If you are using `pip`, simply re-run the same command that was used to install the program.
+If you have installed using Homebrew, run `brew upgrade yt-dlp/taps/yt-dlp`
### DEPENDENCIES
Python versions 3.6+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly.