Merge pull request #831 from orhun/docs/add_arch_instructions

Add instructions for installing via pacman
This commit is contained in:
Denis Isidoro 2023-04-20 06:48:15 -03:00 committed by GitHub
commit 6a223afae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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