Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ These are user-maintained packages and not official Debian packages.
Ghostty is available in [Fedora COPR](https://copr.fedorainfracloud.org/coprs/scottames/ghostty/).

```sh
dnf copr enable scottames/ghostty
dnf install ghostty
sudo dnf copr enable scottames/ghostty
sudo dnf install ghostty
```

Ghostty is also available in [Terra](https://terra.fyralabs.com/).

```sh
dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
dnf install ghostty
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
sudo dnf install ghostty
```

<Warning>
Expand Down