mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-31 22:22:14 +02:00
Updated installation instruction for Gentoo (#3113)
This commit is contained in:
commit
97940cae10
19
README.md
19
README.md
@ -314,29 +314,16 @@ sudo emerge dev-vcs/lazygit
|
|||||||
```
|
```
|
||||||
### Gentoo Linux
|
### Gentoo Linux
|
||||||
|
|
||||||
Lazygit is not (yet) in main Gentoo portage, however an ebuild is available in [cova overlay](https://github.com/cova-fe/cova-overlay/tree/main/dev-vcs/lazygit)
|
Lazygit is not (yet) in main Gentoo portage, however an ebuild is available in [GURU overlay](https://github.com/gentoo-mirror/guru/tree/master/dev-vcs/lazygit)
|
||||||
|
|
||||||
You can either add the overlay to your system and install lazygit as usual:
|
You can either add the overlay to your system and install lazygit as usual:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo eselect repository enable cova
|
sudo eselect repository enable guru
|
||||||
sudo emaint sync -r cova
|
sudo emaint sync -r guru
|
||||||
sudo emerge dev-vcs/lazygit
|
sudo emerge dev-vcs/lazygit
|
||||||
```
|
```
|
||||||
|
|
||||||
Or you can download the ebuild and install it manually; please consider the example below just as a suggestion to be adapted to your system.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
su
|
|
||||||
LAZYGIT_VERSION="0.39.3" # Replace with the version you want from cova-overlay
|
|
||||||
cd /usr/overlay/dev-vcs/ # Replace your overlay path
|
|
||||||
mkdir lazygit
|
|
||||||
cd lazygit
|
|
||||||
curl -O https://raw.githubusercontent.com/cova-fe/cova-overlay/main/dev-vcs/lazygit/lazygit-${LAZYGIT_VERSION}.ebuild
|
|
||||||
ebuild lazygit-${LAZYGIT_VERSION}.ebuild manifest
|
|
||||||
emerge lazygit
|
|
||||||
```
|
|
||||||
|
|
||||||
### openSUSE
|
### openSUSE
|
||||||
|
|
||||||
The lazygit package is currently built in [devel:languages:go/lazygit](https://build.opensuse.org/package/show/devel:languages:go/lazygit).
|
The lazygit package is currently built in [devel:languages:go/lazygit](https://build.opensuse.org/package/show/devel:languages:go/lazygit).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user