summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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