mirror of https://github.com/yt-dlp/yt-dlp.git
[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 update
|
||||||
sudo apt install yt-dlp
|
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/)
|
### [MacPorts](https://ports.macports.org/port/yt-dlp/)
|
||||||
|
|
||||||
You can install yt-dlp on macOS using MacPorts:
|
You can install yt-dlp on macOS using MacPorts:
|
||||||
|
|
Loading…
Reference in New Issue