mirror of
https://github.com/chmln/handlr.git
synced 2024-11-27 11:23:51 +01:00
Update installation instructions for Arch Linux
This commit is contained in:
parent
90e78ba92d
commit
e7f3f6ba68
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue