Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding arch linux packages to README.md #98

Merged
merged 2 commits into from Aug 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are some grammar errors here, and I think it's missing a few words in the second sentence?


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)

Expand Down