From 38e59ae457466db75d40a20a4a011dfa0f5f7bde Mon Sep 17 00:00:00 2001 From: Gregory Date: Sun, 17 May 2020 17:39:40 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acc8ef..d912bb1 100644 --- a/README.md +++ b/README.md @@ -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 +``` ---