Skip to content

Commit 9fe96d2

Browse files
authored
Merge pull request #71 from pkgforge-dev/psadi-patch-1
Update README.md
2 parents 8893b9f + a71ebba commit 9fe96d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<img src="./assets/appimage.png" alt="AppImage Logo" width="128">
44
<br>Ghostty AppImage<br>
55
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
6-
<img src="https://github.com/psadi/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status">
7-
<img src="https://img.shields.io/github/v/release/psadi/ghostty-appimage" alt="GitHub Release">
8-
<img src="https://img.shields.io/github/release-date/psadi/ghostty-appimage" alt="GitHub Release Date">
9-
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
10-
<img src="https://img.shields.io/github/downloads/psadi/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
6+
<img src="https://github.com/pkgforge-dev/ghostty-appimage/actions/workflows/ci.yaml/badge.svg" alt="Build Status">
7+
<img src="https://img.shields.io/github/v/release/pkgforge-dev/ghostty-appimage" alt="GitHub Release">
8+
<img src="https://img.shields.io/github/release-date/pkgforge-dev/ghostty-appimage" alt="GitHub Release Date">
9+
<img src="https://img.shields.io/github/downloads/pkgforge-dev/ghostty-appimage/total" alt="GitHub Downloads (all assets, all releases)">
10+
<img src="https://img.shields.io/github/downloads/pkgforge-dev/ghostty-appimage/latest/total" alt="GitHub Downloads (all assets, latest release)">
1111
</p></h1>
1212

1313
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 (Including musl based).
@@ -16,14 +16,14 @@ This repository provides build scripts to create a Universal AppImage for [Ghost
1616

1717
## 🚀 Quick Start
1818

19-
1. Download the latest AppImage from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
19+
1. Download the latest AppImage from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
2020
2. Follow the installation instructions below to run the AppImage.
2121

2222
## 📦 Builds
2323

2424
1. Ghostty AppImages are available for both **x86_64** and **aarch64** systems.
2525
1. Stable builds are based on upstream releases, with minor fixes and patches released as **version+1** tag(s).
26-
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are built and released at **00:00 UTC every day** and are available as pre-releases in the [releases](https://github.com/psadi/ghostty-appimage/releases/tag/tip) section.
26+
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are built and released at **00:00 UTC every day** and are available as pre-releases in the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases/tag/tip) section.
2727

2828
## ⚙️ Installation
2929

@@ -34,7 +34,7 @@ Run the following commands in your terminal:
3434

3535
```bash
3636
# Download the latest AppImage package from releases
37-
wget https://github.com/psadi/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
37+
wget https://github.com/pkgforge-dev/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
3838

3939
# Make the AppImage executable
4040
chmod +x Ghostty-${VERSION}-${ARCH}.AppImage
@@ -94,7 +94,7 @@ _Note: Ensure you have the necessary permissions to run these commands. For more
9494
<details>
9595
<summary><b>Graphical (Manual)</b></summary>
9696

97-
1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
97+
1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
9898
2. Locate the downloaded file in your file explorer (e.g., Nautilus, Thunar, PCManFM).
9999
3. Right-click the downloaded file and select **Properties**.
100100
4. Navigate to the **Permissions** tab and check the box that says **Allow executing file as program/Executable as Program**.
@@ -124,7 +124,7 @@ Ghostty AppImage can easily be managed using graphical tools such as [AppImageLa
124124
125125
2. **Using [Gear Lever](https://github.com/mijorus/gearlever)**
126126

127-
- Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
127+
- Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
128128
- Simply drag and drop the files from your file manager into the Gear Lever application.
129129
- Follow the on-screen instructions to configure the setup as a one-time installation process.
130130

@@ -139,7 +139,7 @@ Since AppImages are self-contained executables, there is no formal installation
139139
<details>
140140
<summary><b>Update (Manual)</b></summary>
141141

142-
1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
142+
1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
143143
1. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.
144144

145145
</details>

0 commit comments

Comments
 (0)