diff --git a/README.md b/README.md
index 82545ea..5b0fadc 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
Ghostty AppImage
-
-
-
-
-
+
+
+
+
+
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
## 🚀 Quick Start
-1. Download the latest AppImage from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
+1. Download the latest AppImage from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
2. Follow the installation instructions below to run the AppImage.
## 📦 Builds
1. Ghostty AppImages are available for both **x86_64** and **aarch64** systems.
1. Stable builds are based on upstream releases, with minor fixes and patches released as **version+1** tag(s).
-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.
+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.
## ⚙️ Installation
@@ -34,7 +34,7 @@ Run the following commands in your terminal:
```bash
# Download the latest AppImage package from releases
-wget https://github.com/psadi/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
+wget https://github.com/pkgforge-dev/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
# Make the AppImage executable
chmod +x Ghostty-${VERSION}-${ARCH}.AppImage
@@ -94,7 +94,7 @@ _Note: Ensure you have the necessary permissions to run these commands. For more
Graphical (Manual)
-1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
+1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
2. Locate the downloaded file in your file explorer (e.g., Nautilus, Thunar, PCManFM).
3. Right-click the downloaded file and select **Properties**.
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
2. **Using [Gear Lever](https://github.com/mijorus/gearlever)**
- - Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
+ - Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
- Simply drag and drop the files from your file manager into the Gear Lever application.
- Follow the on-screen instructions to configure the setup as a one-time installation process.
@@ -139,7 +139,7 @@ Since AppImages are self-contained executables, there is no formal installation
Update (Manual)
-1. Download the latest AppImage package from the [releases](https://github.com/psadi/ghostty-appimage/releases) section.
+1. Download the latest AppImage package from the [releases](https://github.com/pkgforge-dev/ghostty-appimage/releases) section.
1. Follow the same steps as in the [Installation](#installation) section to make it executable and run it.