From e7f3f6ba6849f962d3b15621371b9f719befa842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 10 Feb 2022 23:20:22 +0300 Subject: [PATCH] Update installation instructions for Arch Linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ac47e8..cd4b5e2 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ handlr add x-scheme-handler/https firefox-developer-edition.desktop ### Arch Linux ```sh -yay -S handlr-bin +pacman -S handlr ``` Optionally you can also install `xdg-utils-handlr` to replace `xdg-open`: ```sh -yay -S xdg-utils-handlr +paru -S xdg-utils-handlr ``` ### Rust/Cargo