summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-02-26 16:50:08 -0600
committerDan Davison <dandavison7@gmail.com>2020-02-26 16:50:08 -0600
commit1f83397bf6028c3e4f927adb8b3bc06408f28d7b (patch)
tree8fdda1725bbecd83c8b755f0c47b83c4b2cfde8a
parent10871b1814ae6d09bc3c7a872e25d91201a257dd (diff)
Add Archlinux installation instructions
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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