summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZac Pullar-Strecker <zacmps@gmail.com>2018-10-27 13:49:55 +1300
committerZac Pullar-Strecker <zacps@users.noreply.github.com>2018-10-27 15:58:51 +1300
commit8f2a4b89df42ee872e6a215466a91aaecfc0926f (patch)
tree4988034d3838156151810d99cad2acc187b16681 /README.md
parent04127ed31f9daf9a6c18c192eec8ec061c8cce48 (diff)
Move gentoo install instructions, add windows to table of contents
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 63ef94a3..b42f0c7c 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,26 @@ 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:
+
+```sh
+sudo emerge 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).