diff --git a/Installation.md b/Installation.md index 3487a25..98c6f2e 100644 --- a/Installation.md +++ b/Installation.md @@ -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: