diff options
author | Georgy Yakovlev <168902+gyakovlev@users.noreply.github.com> | 2018-10-27 04:14:13 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-27 11:14:13 +0000 |
commit | e5ca26518ec0b520cecd1a53076ddec589f14248 (patch) | |
tree | 56bb5e934350398e099d0ca79569e807c3c7de81 | |
parent | 8f2a4b89df42ee872e6a215466a91aaecfc0926f (diff) | |
download | alacritty-e5ca26518ec0b520cecd1a53076ddec589f14248.tar.gz alacritty-e5ca26518ec0b520cecd1a53076ddec589f14248.zip |
Add official Gentoo package to install instructions
-rw-r--r-- | README.md | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -68,26 +68,12 @@ zypper in alacritty xbps-install alacritty ``` -### Gentoo - -On Gentoo, there's a portage overlay available. Make sure `layman` is installed -and run: - -```sh -sudo layman -a slyfox -``` - -Then, add `x11-terms/alacritty **` to `/etc/portage/package.accept_keywords` and -emerge alacritty: +### Gentoo Linux ```sh -sudo emerge alacritty +emerge x11-terms/alacritty ``` -Note that you still need to download system build dependencies via your package -manager as mentioned above. The binary `alacritty` will be placed into `$HOME/.cargo/bin`. -Make sure it is in your path (default if you use `rustup`). - ### Windows Prebuilt binaries can be downloaded from the artifacts section of [appveyor](https://ci.appveyor.com/project/jwilm/alacritty). |