From 3adf5368dd2204b055eb533fef735113b6124df0 Mon Sep 17 00:00:00 2001 From: frealgagu Date: Thu, 9 Aug 2018 09:13:24 -0500 Subject: [PATCH 1/2] Adding arch linux packages to README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) From 542fd8e88a06ccb7676611d2c95004879436bc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredy=20Alberto=20Garc=C3=ADa=20G=C3=BCiza?= Date: Fri, 10 Aug 2018 19:47:16 -0500 Subject: [PATCH 2/2] Fixing grammar about arch linux packages in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf8f633c..7f082abd0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 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. +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/