From f42156324a093c29ddc02fcd65ada3559b7779b6 Mon Sep 17 00:00:00 2001 From: Oondanomala <87101222+Oondanomala@users.noreply.github.com> Date: Sun, 11 Sep 2022 13:07:01 +0200 Subject: [PATCH] Pacman requires sudo (#2) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 61d8647..843d3d8 100644 --- a/Installation.md +++ b/Installation.md @@ -81,12 +81,12 @@ brew upgrade yt-dlp Arch Linux users can install it from the official community repository: ```bash -pacman -Syu yt-dlp +sudo 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 +sudo pacman -Syu ``` ### [APT](https://en.wikipedia.org/wiki/APT_(software))