Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 1, 2025
2 parents 948e604 + 25ac272 commit 5bbe34e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,28 @@ After adding the repository, install Ghostty:
rpm-ostree update --install ghostty
```

### openSUSE

Ghostty is available for openSUSE Tumbleweed:

```sh
zypper addrepo https://download.opensuse.org/repositories/home:avindra/openSUSE_Tumbleweed/home:avindra.repo
zypper refresh
zypper install ghostty
```

Also available for openSUSE Factory ARM:

```sh
zypper addrepo https://download.opensuse.org/repositories/home:avindra/openSUSE_Factory_ARM/home:avindra.repo
zypper refresh
zypper install ghostty
```

<Warning>
This is a user-maintained package. It is not an official openSUSE package.
</Warning>

### Ubuntu

An Ubuntu package (.deb) is available from
Expand Down

0 comments on commit 5bbe34e

Please sign in to comment.