Skip to content

Commit de71970

Browse files
author
psadi
committed
ci: ignore builds for version updates
1 parent cc42a12 commit de71970

File tree

2 files changed

+30
-14
lines changed

2 files changed

+30
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
paths-ignore:
1212
- "**/README.md"
13+
- "**/VERSION"
1314
types: [opened, synchronize, reopened]
1415
release:
1516
types: [published]

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,40 @@ sudo install ./Ghostty-${VERSION}-${ARCH}.AppImage /usr/local/bin/ghostty
5656
install ./Ghostty-${VERSION}-${ARCH}.AppImage $HOME/.local/bin/ghostty
5757

5858
# Now you can run Ghostty from anywhere using the command:
59-
# ghostty
59+
ghostty
6060
```
6161

62-
**Note:** By using [**AM**](https://github.com/ivan-hc/AM)/[**AppMan**](https://github.com/ivan-hc/AppMan), **PATH** config done automatically when you install appimages with it.
63-
6462
### Command Line (Auto)
6563

66-
Ghostty AppImage is also available via [**Soar**](https://github.com/pkgforge/soar) which automatically handles the install, upgrade and desktop integration process
64+
Ghostty AppImage can be accessed through [**Soar**](https://github.com/pkgforge/soar) or [**AM**](https://github.com/ivan-hc/AM)/[**AppMan**](https://github.com/ivan-hc/AppMan). These tools automate the installation process, configure the PATH, and integrate with your desktop environment when installing AppImages.
6765

68-
```bash
69-
# Install
70-
soar install ghostty
66+
1. Using [**Soar**](https://github.com/pkgforge/soar)
7167

72-
# Upgrade
73-
soar update ghostty
68+
```bash
69+
# Install
70+
soar install ghostty
7471

75-
# Uninstall
76-
soar remove ghostty
77-
```
72+
# Upgrade
73+
soar update ghostty
74+
75+
# Uninstall
76+
soar remove ghostty
77+
```
78+
79+
1. Using [**AM**](https://github.com/ivan-hc/AM) or [**AppMan**](https://github.com/ivan-hc/AppMan) _(Choose one as appropriate)_
80+
81+
```bash
82+
# Install
83+
am -i ghostty
84+
85+
# Upgrade
86+
am -u ghostty
87+
88+
# Uninstall
89+
am -r ghostty
90+
```
91+
92+
_Note: Ensure you have the necessary permissions to run these commands. For more detailed usage, refer to the documentation of each tool._
7893

7994
### Graphical
8095

@@ -101,9 +116,9 @@ Since AppImages are self-contained executables, there is no formal installation
101116
**Update automatically:**
102117

103118
1. Use [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) which reads the update information in the AppImage. This is a low level tool.
104-
1. Use a higher level tool that uses AppImageUpdate, like [AM](https://github.com/ivan-hc/AM) or [appimaged](https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md) daemon, these tools also automatically handle desktop integration.
119+
1. Use a higher level tool that uses AppImageUpdate, like [Soar](https://github.com/pkgforge/soar), [AM](https://github.com/ivan-hc/AM) or [appimaged](https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md) daemon, these tools also automatically handle desktop integration.
105120

106-
### 🛠️ Troubleshooting
121+
## 🛠️ Troubleshooting
107122

108123
**Known Issues**
109124

0 commit comments

Comments
 (0)