Update README.md

This commit is contained in:
Gregory 2020-05-20 01:25:24 -04:00 committed by GitHub
parent 1ebfa0698e
commit 44cd5e58ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,25 @@ handlr launch x-scheme-handler/https -- https://google.ca
## Installation
While packages for distributions are pending,
### Arch Linux
```sh
yay -S handlr-bin
```
Optionally you can also install `xdg-utils-handlr` to replace `xdg-open`:
```sh
yay -S xdg-utils-handlr
```
### Rust/Cargo
```sh
cargo install handlr
```
### Binaries
1. Download the latest [release binary](https://github.com/chmln/handlr/releases) and put it somewhere in `$PATH`
2. Download completions:
@ -62,14 +80,6 @@ While packages for distributions are pending,
curl https://raw.githubusercontent.com/chmln/handlr/master/completions/handlr.fish --create-dirs -o ~/.config/fish/completions/handlr.fish
```
---
Alternatively, you can install with `cargo`:
```sh
cargo install handlr
```
## Attribution
Icons made by <a href="https://www.flaticon.com/authors/eucalyp" title="Eucalyp">Eucalyp</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>