From 896534c0c5efe25ead66e3f0ad1a819aebc74cf9 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:58:44 +0000 Subject: [PATCH] Clarify pacman/Arch Linux instructions (#1) --- Installation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Installation.md b/Installation.md index ea1f96e..61d8647 100644 --- a/Installation.md +++ b/Installation.md @@ -77,18 +77,18 @@ To update, run: brew upgrade yt-dlp ``` -### [AUR](https://aur.archlinux.org/packages/yt-dlp-git) +### [pacman](https://archlinux.org/packages/community/any/yt-dlp/) -Arch Linux users can install it from the AUR: -```bash -pacman -Sy yt-dlp -``` - -To update, run: +Arch Linux users can install it from the official community repository: ```bash pacman -Syu yt-dlp ``` +pacman will now automatically download the correct dependencies and keep the package up-to-date whenever you update your system with: +```bash +pacman -Syu +``` + ### [APT](https://en.wikipedia.org/wiki/APT_(software)) You can download and install yt-dlp for Ubuntu and other related Debian-based distributions by adding the [stable PPA](https://launchpad.net/~yt-dlp/+archive/ubuntu/stable)