From d4038f9a18b1e3fd20a96afc987f3acdf02be83a Mon Sep 17 00:00:00 2001 From: TD-Sky Date: Sun, 30 Apr 2023 15:19:09 +0800 Subject: [PATCH] handlr has been in arch official repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ac47e8..84271fe 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 +sudo 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