From a7947579bf0724a5033617f8b89a48de9ecb34bc Mon Sep 17 00:00:00 2001 From: Jisnu Kalita Date: Sat, 26 Jul 2025 10:16:26 +0530 Subject: [PATCH] Update README.md docs: Update installation instructions for Hyprshot The Hyprshot package is now available in the official Arch Linux `extra` repository. Updated the README to reflect this change and recommend installation via `pacman -S hyprshot` for Arch users. This simplifies the installation process by removing the need for an AUR helper. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddbcf18..5a34d9f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ It allows taking screenshots of windows, regions and monitors which are saved to ### Arch Linux -You can install the [hyprshot](https://aur.archlinux.org/packages/hyprshot) package in AUR. +```shell +# pacman -S hyprshot +``` ### Gentoo Linux