mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add Fedora Copr install instructions
This commit is contained in:
parent
fe4cfdc545
commit
3950b5cb2f
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
|
|
Loading…
Reference in a new issue