Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions doc/gentoo.md
Original file line number Diff line number Diff line change
@@ -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
```