Skip to content

Commit 1e75aee

Browse files
authored
Add installation with gah (#4820)
- **PR Description** This PR adds to the documentation a way of installation using [gah](https://github.com/marverix/gah/). > 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.
2 parents 28ef4a1 + 08db9b4 commit 1e75aee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ scoop bucket add extras
270270
scoop install lazygit
271271
```
272272

273+
### gah (Linux and Mac OS)
274+
275+
You can install `lazygit` using [gah](https://github.com/marverix/gah/):
276+
277+
```sh
278+
gah install lazygit
279+
```
280+
273281
### Arch Linux
274282

275283
Packages for Arch Linux are available via pacman and AUR (Arch User Repository).

0 commit comments

Comments
 (0)