summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-11 14:04:44 +1000
committerGitHub <noreply@github.com>2018-08-11 14:04:44 +1000
commita713fff362d8296f63626c14f8b7208edf7f0d99 (patch)
tree6b09cc3bb164cb68f146daff31ce8c84a7223afc /README.md
parent6d3d40c41fb8703409dc6e3fcd8cb6efbff21d8d (diff)
parent542fd8e88a06ccb7676611d2c95004879436bc2f (diff)
Merge pull request #98 from frealgagu/master
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 9449977cd..3e5e1bae0 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,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 one which is built with the latest release and the git version which builds from the most recent commit.
+
+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)