Skip to content

Commit

Permalink
[Installation] Add instructions for snap (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrikaPanwar authored Oct 28, 2024
1 parent 3871835 commit be670ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be670ae

Please sign in to comment.