summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfrealgagu <frealgagu@gmail.com>2018-08-09 09:13:24 -0500
committerfrealgagu <frealgagu@gmail.com>2018-08-09 09:13:24 -0500
commit3adf5368dd2204b055eb533fef735113b6124df0 (patch)
treec070ce73f4798e524f957cccc63124ce3c14bda9 /README.md
parented6f21ee7437b4305c7048615eb218d2a2edeae2 (diff)
Adding arch linux packages to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0bd9b310f..daf8f633c 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,20 @@ sudo apt-get update
sudo apt-get install lazygit
```
+### Arch Linux
+Packages for Arch Linux are available via AUR (Arch User Repository).
+
+There are two packages. The stable which is built with the last releases and the git version which takes the last commit and build based on.
+
+Stable:
+https://aur.archlinux.org/packages/lazygit/
+
+Development:
+https://aur.archlinux.org/packages/lazygit-git/
+
+Instruction of how to install AUR content can be found here:
+https://wiki.archlinux.org/index.php/Arch_User_Repository
+
### Binary Release (Windows/Linux/OSX)
You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases)