From e85cdd0365614e49ed6af2fcb8aa04c360210958 Mon Sep 17 00:00:00 2001 From: flexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:48:17 +0000 Subject: [PATCH] Update Arch installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41274ed7..55c7a1fd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The easiest way to install fend locally is via your package manager: | ----------------------- | -------------------------- | | Homebrew | `brew install fend` | | MacPorts | `sudo port install fend` | -| AUR (Arch Linux) | `yay -Syu aur/fend-bin` | +| AUR (Arch Linux) | `yay -S aur/fend-bin` | | AOSC OS | `oma install fend` | | Xbps (Void Linux) | `xbps-install fend` | | Nix | `nix-env -iA nixpkgs.fend` |