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
7 changes: 4 additions & 3 deletions docs/install/binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,12 @@ rpm-ostree install ghostty

### Ubuntu

An Ubuntu package (.deb) is available from
[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. You can install it using the following command:
[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) provides Ubuntu packages (.deb) and a [Launchpad PPA](https://launchpad.net/~mkasberg/+archive/ubuntu/ghostty-ubuntu). Use the following commands to add the PPA and install Ghostty:

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"
sudo add-apt-repository ppa:mkasberg/ghostty-ubuntu
sudo apt update
sudo apt install ghostty
```

### Universal AppImage
Expand Down
Loading