From 1977dc5c3783815644a1d9d2956e1bc9f2313ccf Mon Sep 17 00:00:00 2001 From: dm9pZCAq <46228973+dm9pZCAq@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:13:31 +0300 Subject: [PATCH] README.md: add installation instruction for Gentoo --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1b48d4..eaeae2b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ Install from available [AUR package](https://aur.archlinux.org/packages/alfis) c yay -S alfis ``` +#### Gentoo Logo 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 `nix-shell` in this repo and then run `cargo build --release` and `cargo install` after you have entered the shell.