From be670aeed40761d96da1e4d30806e4287c00c814 Mon Sep 17 00:00:00 2001 From: Adrika Panwar <162022172+AdrikaPanwar@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:02:16 +0530 Subject: [PATCH] [Installation] Add instructions for snap (#45) --- Installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: