|
1 | | -[](https://github.com/psadi/ghostty-appimage/blob/main/LICENSE) |
2 | | -[](https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml) |
3 | | - |
4 | 1 | <h1><p align="center"> |
5 | 2 | <img src="./assets/ghostty.png" alt="Ghostty Logo" width="128"> |
6 | 3 | <img src="./assets/appimage.png" alt="AppImage Logo" width="128"> |
7 | | - <br>Ghostty AppImage |
| 4 | + <br>Ghostty AppImage<br> |
| 5 | + <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"> |
| 6 | + <img src="https://img.shields.io/github/forks/psadi/ghostty-appimage" alt="Forks"> |
| 7 | + <img src="https://img.shields.io/github/stars/psadi/ghostty-appimage" alt="Stars"> |
| 8 | + <img src="https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status"> |
| 9 | + <img src="https://img.shields.io/github/issues/psadi/ghostty-appimage" alt="Open Issues"> |
| 10 | + <img src="https://img.shields.io/github/issues-pr/psadi/ghostty-appimage" alt="Pull Requests"> |
| 11 | + <br> |
| 12 | + <img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)"> |
| 13 | + <img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)"> |
| 14 | + <img src="https://img.shields.io/github/v/release/psadi/ghostty-appimage" alt="GitHub Release"> |
| 15 | + <img src="https://img.shields.io/github/release-date/psadi/ghostty-appimage" alt="GitHub Release Date"> |
| 16 | + <img src="https://img.shields.io/github/contributors/psadi/ghostty-appimage" alt="Contributors"> |
8 | 17 | </p></h1> |
9 | 18 |
|
10 | 19 | This repository provides build scripts to create a Universal AppImage for [Ghostty](https://ghostty.org/). This unofficial build offers an executable AppImage compatible with any Linux distribution following the **x86_64 architecture**. |
@@ -66,7 +75,6 @@ Since AppImages are self-contained executables, there is no formal installation |
66 | 75 |
|
67 | 76 | ### 🛠️ Troubleshooting |
68 | 77 |
|
69 | | -- If the AppImage does not run, ensure that you have provided executable permissions. |
70 | 78 | - If you encounter any errors, check the terminal for error messages that may indicate missing dependencies or other issues. |
71 | 79 |
|
72 | 80 | ## 🤝 Contributing |
|
0 commit comments