From 09c8c066310c20d858c66f06a6c283b4e88245d3 Mon Sep 17 00:00:00 2001 From: azarus Date: Tue, 29 Aug 2017 17:40:51 +0200 Subject: Add gentoo instructions. (#759) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f0475703..cd2060cd 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,22 @@ The following command can be used to get a shell with all development dependenci nix-shell -A alacritty '' ``` +#### Gentoo + +On Gentoo, there's a portage overlay available. Make sure `layman` is installed +and run: +``` +sudo layman -a slyfox +``` +Then, add `x11-terms/alacritty **` to `/etc/portage/package.accept_keywords` +and emerge alacritty: +``` +sudo emerge alacritty +``` +It might be handy to mask all other packages provided in the `slyfox` overlay by +adding `*/*::slyfox` to `/etc/portage/package.mask` and adding +`x11-terms/alacritty::slyfox` to `/etc/portage/package.unmask`. + #### Other If you build Alacritty on another distribution, we would love some help -- cgit