mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
Update README.md
This commit is contained in:
parent
1ebfa0698e
commit
44cd5e58ae
1 changed files with 19 additions and 9 deletions
28
README.md
28
README.md
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue