mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Merge pull request #831 from orhun/docs/add_arch_instructions
Add instructions for installing via pacman
This commit is contained in:
commit
6a223afae3
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ Be sure to [enable](https://wiki.gentoo.org/wiki/Ebuild_repository) the [GURU ov
|
|||
emerge -a app-misc/navi
|
||||
```
|
||||
|
||||
#### Using [pacman](https://wiki.archlinux.org/title/Pacman)
|
||||
|
||||
```sh
|
||||
pacman -S navi
|
||||
```
|
||||
|
||||
#### Using [nix](https://nixos.org/)
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue