From ec07374e76ccc2e3740648b039e94c04f0b6021f Mon Sep 17 00:00:00 2001 From: maciderio <57618278+maciderio@users.noreply.github.com> Date: Sat, 3 Jul 2021 15:36:38 +0200 Subject: [PATCH] Update README.asciidoc Gentoo has a wiki page documenting Kakoune installation. The method given here ("emerge kakoune") will not work on a default Gentoo installation, as Kakoune is currently in the Testing branch rather than in the Stable branch. A link to the documentation explaining how to install Kakoune on Gentoo seems pertinent. --- README.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 30ffcba2..02739f77 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -179,10 +179,11 @@ pacman -S kakoune .Gentoo ==== Kakoune is found in portage as -https://packages.gentoo.org/packages/app-editors/kakoune[app-editors/kakoune] +https://packages.gentoo.org/packages/app-editors/kakoune[app-editors/kakoune]. -------------------------------- emerge kakoune -------------------------------- +https://wiki.gentoo.org/wiki/Kakoune[Installation and Gentoo specific documentation] is available. ==== [TIP]