mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
Merge pull request #104 from maxice8/add-void-readme
README.md: Add Void Linux instructions
This commit is contained in:
commit
838ed4f170
|
|
@ -29,6 +29,15 @@ sudo apt-get update
|
|||
sudo apt-get install lazygit
|
||||
```
|
||||
|
||||
### Void Linux
|
||||
Packages for Void Linux are available in the distro repo
|
||||
|
||||
They follow upstream latest releases
|
||||
|
||||
```sh
|
||||
sudo xbps-install -S lazygit
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
Packages for Arch Linux are available via AUR (Arch User Repository).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue