From a99ccb64692a2e5e00e36cffcd2eb96b007ad18b Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 25 May 2021 11:52:22 +0200 Subject: [PATCH] Add installation instructions for Gentoo. --- README.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 5c31a97..72400a5 100644 --- a/README.adoc +++ b/README.adoc @@ -41,15 +41,15 @@ See https://schlomp.space/tastytea/{project}/src/branch/main/man/{project}.1.ado [alt="Packaging status" link=https://repology.org/project/epubgrep/versions] image::https://repology.org/badge/vertical-allrepos/epubgrep.svg[] -// === Gentoo +=== Gentoo -// [source,shell] -// -------------------------------------------------------------------------------- -// eselect repository enable tastytea -// echo 'app-text/epubgrep' >> /etc/portage/package.accept_keywords/epubgrep -// emaint sync -r tastytea -// emerge -a app-text/epubgrep -// -------------------------------------------------------------------------------- +[source,shell] +-------------------------------------------------------------------------------- +eselect repository enable guru +echo 'app-text/epubgrep' >> /etc/portage/package.accept_keywords/epubgrep +emaint sync -r guru +emerge -a app-text/epubgrep +-------------------------------------------------------------------------------- === From source