docs: Add installation method with gah

This commit is contained in:
Marek Sierociński 2025-08-15 14:10:23 +02:00 committed by GitHub
parent bedde4a037
commit 62a9583dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,6 +133,12 @@ curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/i
```
The script installs downloaded binary to `$HOME/.local/bin` directory by default, but it can be changed by setting `DIR` environment variable.
Or if you are using [gah](https://github.com/marverix/gah/):
```sh
gah install lazydocker
```
### Go
Required Go Version >= **1.19**