1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

Merge pull request #98 from frealgagu/master

Adding arch linux packages to README.md
This commit is contained in:
Jesse Duffield 2018-08-11 14:04:44 +10:00 committed by GitHub
commit a713fff362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)