We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7034cc + fc0742a commit 64725f4Copy full SHA for 64725f4
docs/install/binary.mdx
@@ -237,13 +237,10 @@ rpm-ostree install ghostty
237
### Ubuntu
238
239
An Ubuntu package (.deb) is available from
240
-[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. After
241
-downloading the .deb for your Ubuntu version from the
242
-[Releases](https://github.com/mkasberg/ghostty-ubuntu/releases) page, install it
243
-as below:
+[ghostty-ubuntu](https://github.com/mkasberg/ghostty-ubuntu) on GitHub. You can install it using the following command:
244
245
```sh
246
-sudo apt install ./ghostty_*.deb
+/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"
247
```
248
249
<Warning>
0 commit comments