diff options
author | azarus <azarus@posteo.net> | 2017-08-29 17:40:51 +0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-08-29 08:40:51 -0700 |
commit | 09c8c066310c20d858c66f06a6c283b4e88245d3 (patch) | |
tree | 69e05df9be2caa52e2d2b314453de5ec0c66f117 /README.md | |
parent | 4bbcb52514f98dd3c2550dad9e9caf8e2424cf15 (diff) | |
download | alacritty-09c8c066310c20d858c66f06a6c283b4e88245d3.tar.gz alacritty-09c8c066310c20d858c66f06a6c283b4e88245d3.zip |
Add gentoo instructions. (#759)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -162,6 +162,22 @@ The following command can be used to get a shell with all development dependenci nix-shell -A alacritty '<nixpkgs>' ``` +#### 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 |