From bf5e8d22efa3e6d782d0a9ff49b85ff7425b5a5d Mon Sep 17 00:00:00 2001 From: Robin Candau <53110319+Antiz96@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:47:45 +0200 Subject: [PATCH] Update README.md (#73) Added the AUR packages installation info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ddeb01..ba40829 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,13 @@ Works with all decently recent [tmux](https://github.com/tmux/tmux) versions. ## Installing ### Binary release + [Download the latest](https://github.com/arl/gitmux/releases/latest) binary for your platform/architecture and uncompress it. +### AUR + +Arch Linux users can download the [gitmux](https://aur.archlinux.org/packages/gitmux), [gitmux-bin](https://aur.archlinux.org/packages/gitmux-bin) or [gitmux-git](https://aur.archlinux.org/packages/gitmux-git) AUR package. + ### From source [Download and install a Go compiler](https://golang.org/dl/) (Go 1.16 or later).