From 16c1ebdbeb17583a9cc196fdfbb01a84a35e450e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sieroci=C5=84ski?= Date: Fri, 15 Aug 2025 13:03:41 +0200 Subject: [PATCH] docs: Add installation method with gah MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek SierociƄski --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66fdab041..12d914bdf 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ If you want to use a package manager: - [Scoop](https://scoop.sh/) users can use `scoop install helm`. - [Snapcraft](https://snapcraft.io/) users can use `snap install helm --classic`. - [Flox](https://flox.dev) users can use `flox install kubernetes-helm`. +- [gah](https://github.com/marverix/gah) users can use `gah install helm`. To rapidly get Helm up and running, start with the [Quick Start Guide](https://helm.sh/docs/intro/quickstart/).