Skip to content

Commit 521f47d

Browse files
authored
fix: typo in readme, url for manual install (#120)
closes #116
1 parent 101fb07 commit 521f47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/pkgforge-dev/ghostty-appimage/releases/download/${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
37+
wget https://github.com/pkgforge-dev/ghostty-appimage/releases/download/v${VERSION}/Ghostty-${VERSION}-${ARCH}.AppImage
3838

3939
# Make the AppImage executable
4040
chmod +x Ghostty-${VERSION}-${ARCH}.AppImage

0 commit comments

Comments
 (0)