From b7a5bc916bbdb14d954219e6754aab99a6067b60 Mon Sep 17 00:00:00 2001 From: Matthias Coppens Date: Tue, 25 Aug 2020 11:55:09 +0200 Subject: [PATCH] Add Gentoo installation instructions Navi is available in the GURU overlay for Portage --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4f1e573..5e0f226 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Table of contents * [Installation](#installation) * [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew-) + * [Using Gentoo](#using-gentoo) * [Using nix](#using-nix-) * [Using cargo](#using-cargo) * [Using install script](#using-install-script) @@ -55,6 +56,14 @@ Installation brew install navi ``` +### Using [Gentoo](https://gentoo.org/) + +Be sure to [enable](https://wiki.gentoo.org/wiki/Ebuild_repository) the [GURU overlay](https://gpo.zugaina.org/Overlays/guru/app-misc/navi). + +```sh +emerge -a app-misc/navi +``` + ### Using [nix](https://nixos.org/) ```sh