mirror of
https://github.com/denisidoro/navi
synced 2024-11-25 04:50:21 +00:00
Add Gentoo installation instructions
Navi is available in the GURU overlay for Portage
This commit is contained in:
parent
35acf704bb
commit
b7a5bc916b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue