README.md: add installation instruction for Gentoo

This commit is contained in:
dm9pZCAq
2021-09-13 17:13:31 +03:00
parent 74d0ceba22
commit 1977dc5c37
+9
View File
@@ -54,6 +54,15 @@ Install from available [AUR package](https://aur.archlinux.org/packages/alfis) c
yay -S alfis yay -S alfis
``` ```
#### <img src="https://www.gentoo.org/assets/img/logo/icon-192.png" alt="Gentoo Logo" width=16 height=16> On Gentoo Linux
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
```sh
eselect repository enable dm9pZCAq
emerge --sync dm9pZCAq
emerge net-dns/alfis
```
### ![NixOS Logo](https://nixos.org/favicon.ico) On Nix/NixOS ### ![NixOS Logo](https://nixos.org/favicon.ico) On Nix/NixOS
`nix-shell` in this repo and then run `cargo build --release` and `cargo install` after you have entered the shell. `nix-shell` in this repo and then run `cargo build --release` and `cargo install` after you have entered the shell.