From 94340f7fe7a88a956968d4f2e94274dc4101af80 Mon Sep 17 00:00:00 2001 From: Claes Date: Tue, 10 Nov 2020 16:29:39 +0100 Subject: [PATCH] Add installation command for Gentoo. The other package managers have their explicit commands listed, so I figured it only made sense to have it for Gentoo as well. --- README.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 10e2e8d3..133e1c20 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -171,6 +171,9 @@ pacman -S kakoune ==== Kakoune is found in portage as https://packages.gentoo.org/packages/app-editors/kakoune[app-editors/kakoune] +-------------------------------- +emerge kakoune +-------------------------------- ==== [TIP]