From bb83a95f458b176bd7dbf5eeed4c937eaab1e105 Mon Sep 17 00:00:00 2001 From: Adrika Panwar <162022172+AdrikaPanwar@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:58:09 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 47e686f84..574997e42 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Or with [MacPorts](https://www.macports.org/): sudo port install youtube-dl +we can also use [snap](https://snapcraft.io/yt-dlp) for linux:- +```bash +sudo snap install yt-dlp +``` + Alternatively, refer to the [developer instructions](#developer-instructions) for how to check out and work with the git repository. For further options, including PGP signatures, see the [youtube-dl Download Page](https://ytdl-org.github.io/youtube-dl/download.html). # DESCRIPTION