From 2b3caede18b83cb6471e1c2476d95d4847a48f4a Mon Sep 17 00:00:00 2001 From: Oak <85644556+PetrifiedOak@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:33:01 +0100 Subject: [PATCH] Make sure git is installed, its needed for the vinegar repo Signed-off-by: Oak <85644556+PetrifiedOak@users.noreply.github.com> --- src/Installation/guides/package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Installation/guides/package.md b/src/Installation/guides/package.md index a5b94e2..201d1af 100644 --- a/src/Installation/guides/package.md +++ b/src/Installation/guides/package.md @@ -41,10 +41,10 @@ Alternatively install `vinegar` with an AUR helper. [![Gentoo Package](https://img.shields.io/badge/Gentoo-ebuild-6e56af?style=flat-square)](https://github.com/vinegarhq/ebuild) -Firstly, make sure the repository module for eselect is installed: +Firstly, make sure the repository module for eselect and git are both installed: ```console -# emerge app-eselect/eselect-repository +# emerge app-eselect/eselect-repository dev-vcs/git ``` Then you will need to add the Vinegar overlay: