aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Schyska <paul@schyska.net>2019-06-16 21:47:59 +0200
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-16 19:47:59 +0000
commit3950b5cb2f56e2d9daede84f8a9489ac0252508c (patch)
tree5d5baa5af2f0b68bc1dbc303fcc71e52852f6c0d /README.md
parentfe4cfdc545fb83b5c5e880cc24c65f4c773be8a0 (diff)
downloadalacritty-3950b5cb2f56e2d9daede84f8a9489ac0252508c.tar.gz
alacritty-3950b5cb2f56e2d9daede84f8a9489ac0252508c.zip
Add Fedora Copr install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 939c6350..2f2b0332 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,19 @@ nix-env -iA nixos.alacritty
eopkg install alacritty
```
+### Fedora
+
+Unofficial builds of stable tags can be found in Fedora Copr:
+[pschyska/alacritty](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty/).
+
+``` sh
+dnf copr enable pschyska/alacritty
+dnf install alacritty
+```
+
+If you want to help test pre-releases, you can additionally enable
+[pschyska/alacritty-testing](https://copr.fedorainfracloud.org/coprs/pschyska/alacritty-testing/).
+
### macOS
```sh