Add Gentoo installation instructions

Navi is available in the GURU overlay for Portage
This commit is contained in:
Matthias Coppens 2020-08-25 11:55:09 +02:00
parent 35acf704bb
commit b7a5bc916b
No known key found for this signature in database
GPG key ID: 502EEB575E91DECE

View file

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