Skip to content

Commit c0aceb5

Browse files
author
psadi
committed
readme update
1 parent 8419795 commit c0aceb5

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Build Ghostty AppImage
2+
name: Build
33

44
on:
55
workflow_dispatch: {}

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/psadi/ghostty-appimage/blob/main/LICENSE)
2-
[![Build Status](https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml/badge.svg)](https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml)
3-
41
<h1><p align="center">
52
<img src="./assets/ghostty.png" alt="Ghostty Logo" width="128">
63
<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">
817
</p></h1>
918

1019
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
6675

6776
### 🛠️ Troubleshooting
6877

69-
- If the AppImage does not run, ensure that you have provided executable permissions.
7078
- If you encounter any errors, check the terminal for error messages that may indicate missing dependencies or other issues.
7179

7280
## 🤝 Contributing

0 commit comments

Comments
 (0)