You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gah` is an GitHub Releases app installer, that **DOES NOT REQUIRE SUDO**! It is a simple bash script that downloads the latest release of an app from GitHub and installs it in `~/.local/bin`. It is designed to be used with apps that are distributed as a single binary file.
@@ -30,7 +30,7 @@ Nowadays more and more command-line tools and applications are distributed via G
@@ -44,7 +44,7 @@ Type `gah help` to see the list of available commands.
44
44
`gah` has a predefined set of aliases for some popular apps. You can use these aliases to install the apps without specifying the full GitHub repository name.
45
45
To see the list of available aliases, type `gah aliases show`.
46
46
47
-
The file `db.json` with aliases is located in [db branch](https://github.com/marverix/gah/blob/db/db.json). Feel free to add your own aliases or suggest new ones by creating a pull request.
47
+
The file `db.json` with aliases is located in [db branch](https://github.com/get-gah/gah/blob/db/db.json). Feel free to add your own aliases or suggest new ones by creating a pull request.
48
48
49
49
The file is cached locally for 24h.
50
50
@@ -128,7 +128,7 @@ Name | Description | Default
128
128
129
129
## Using in GitHub Actions
130
130
131
-
There is an official GitHub Action to [setup gah](https://github.com/marverix/setup-gah).
131
+
There is an official GitHub Action to [setup gah](https://github.com/get-gah/setup-gah).
0 commit comments