From bb30ffbaad809b6095ad03885215f9a7b30b381b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 30 May 2020 14:55:19 +1000 Subject: [PATCH] Note AUR package in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e9a9756..a5dc100a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,16 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com For the time being this product is considered alpha and **not** production ready. +## Arch Linux + +There is an [AUR package for `gitui`](https://aur.archlinux.org/packages/gitui/): + +```sh +git clone https://aur.archlinux.org/gitui.git +cd gitui +makepkg -si +``` + ## Fedora ```sh