mirror of
https://github.com/chmln/handlr.git
synced 2024-11-23 09:41:45 +01:00
Update README.md
This commit is contained in:
parent
fb1e2fdf3c
commit
38e59ae457
1 changed files with 7 additions and 1 deletions
|
@ -54,7 +54,13 @@ handlr launch x-scheme-handler/https -- https://google.ca
|
|||
|
||||
## Installation
|
||||
|
||||
Just download the latest [release binary](https://github.com/chmln/handlr/releases).
|
||||
While packages for distributions are pending,
|
||||
|
||||
1. Download the latest [release binary](https://github.com/chmln/handlr/releases) and put it somewhere in `$PATH`
|
||||
2. Download completions:
|
||||
```sh
|
||||
curl https://raw.githubusercontent.com/chmln/handlr/master/completions/handlr.fish --create-dirs -o ~/.config/fish/completions/handlr.fish
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue