diff options
author | Paul Schyska <paul@schyska.net> | 2019-06-16 21:47:59 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-16 19:47:59 +0000 |
commit | 3950b5cb2f56e2d9daede84f8a9489ac0252508c (patch) | |
tree | 5d5baa5af2f0b68bc1dbc303fcc71e52852f6c0d /README.md | |
parent | fe4cfdc545fb83b5c5e880cc24c65f4c773be8a0 (diff) | |
download | alacritty-3950b5cb2f56e2d9daede84f8a9489ac0252508c.tar.gz alacritty-3950b5cb2f56e2d9daede84f8a9489ac0252508c.zip |
Add Fedora Copr install instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |