mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-22 16:31:41 +00:00
[Installation] Add instructions for snap (#45)
parent
3871835e60
commit
be670aeed4
@ -118,6 +118,19 @@ Your system's package manager will now automatically download the correct depend
|
||||
sudo apt update
|
||||
sudo apt install yt-dlp
|
||||
```
|
||||
|
||||
### [Snap](https://snapcraft.io/yt-dlp)
|
||||
|
||||
You can install yt-dlp on Linux using Snap:
|
||||
```bash
|
||||
sudo snap install --edge yt-dlp
|
||||
```
|
||||
|
||||
To manually update, run:
|
||||
```bash
|
||||
sudo snap refresh --edge yt-dlp
|
||||
```
|
||||
|
||||
### [MacPorts](https://ports.macports.org/port/yt-dlp/)
|
||||
|
||||
You can install yt-dlp on macOS using MacPorts:
|
||||
|
Loading…
Reference in New Issue
Block a user