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.
This commit is contained in:
maciderio 2021-07-03 15:36:38 +02:00 committed by GitHub
parent c68f85659f
commit ec07374e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]