summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHamed Benazha <90040880+hbenazha@users.noreply.github.com>2023-11-10 09:26:30 +0100
committerGitHub <noreply@github.com>2023-11-10 09:26:30 +0100
commit9427a858055e38f6abd3485f7fc5517bd892dc23 (patch)
tree20185e50f4f69341a1c8db7093c423de82cb0d02 /README.md
parent1d1b8cc01f87bb3495426ac8d81d97573f6840d4 (diff)
Update README.md to contain new information to install it on gentoo
I changed the installation of method for the Gentoo distribution from a user owned overlay to a community owned one. GURU is the community owned overlay, it's safer to use and easier to maintain
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 3 insertions, 16 deletions
diff --git a/README.md b/README.md
index 6ee460088..f2cf26304 100644
--- a/README.md
+++ b/README.md
@@ -314,29 +314,16 @@ sudo emerge dev-vcs/lazygit
```
### 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:
```sh
-sudo eselect repository enable cova
-sudo emaint sync -r cova
+sudo eselect repository enable guru
+sudo emaint sync -r guru
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
The lazygit package is currently built in [devel:languages:go/lazygit](https://build.opensuse.org/package/show/devel:languages:go/lazygit).