diff --git a/doc/gentoo.md b/doc/gentoo.md new file mode 100644 index 0000000..cc2415a --- /dev/null +++ b/doc/gentoo.md @@ -0,0 +1,28 @@ +# Gentoo + +## Dependencies + +To install on Gentoo, the following overlay must be installed: + +- [Rage Overlay](https://gitlab.com/oxr463/overlay) + +This can be installed via the following command: + +```terminal +layman -a rage +``` + +## Installation + +```terminal +ACCEPT_KEYWORDS="~amd64" emerge --ask sys-auth/libnss_aad +``` + +## Troubleshooting + +If `layman` is missing from your system, +it can be installed via the following command: + +```terminal +emerge --ask app-portage/layman +```