From 46ca53a1da179d40d9d493a5f569eb0d04547ab4 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 10 Apr 2020 10:59:44 +0200 Subject: [PATCH] Add arch install command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 084778c..39688ea 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ If you have Rust, this should be as simple as: cargo install zoxide -f ``` +If you are on Arch: + +```sh +yay -S zoxide +``` + Otherwise, try the install script: ```sh