mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04: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
|
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
|
### macOS
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue