From 44cd5e58aea1c1ae4014cb23ef2a7bc5cba16ce7 Mon Sep 17 00:00:00 2001
From: Gregory <chmln@users.noreply.github.com>
Date: Wed, 20 May 2020 01:25:24 -0400
Subject: [PATCH] Update README.md

---
 README.md | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 9689c38..43af17f 100644
--- a/README.md
+++ b/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>