From 62a9583dcf0b7a7db2acaf011ff5913493d61ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sieroci=C5=84ski?= Date: Fri, 15 Aug 2025 14:10:23 +0200 Subject: [PATCH] docs: Add installation method with gah --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0af77059..6f9dc8d5 100644 --- a/README.md +++ b/README.md @@ -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**