From 1f83397bf6028c3e4f927adb8b3bc06408f28d7b Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 26 Feb 2020 16:50:08 -0600 Subject: Add Archlinux installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index da4a4547..b8996b94 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ FreeBSD pkg(8): pkg install git-delta ``` +Archlinux (AUR): +```sh +# With AUR helper `yay`: +yay -S git-delta + +# Alternatively, without an AUR helper: +git clone https://aur.archlinux.org/git-delta.git +cd git-delta +makepkg -csri +``` + #### Configure git to use delta ```sh -- cgit v1.2.3