mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
Merge pull request #383 from MatthiasCoppens/gentoo
Add Gentoo installation instructions
This commit is contained in:
commit
b35f94f8dc
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