From 8a5677ea84094baa0c85b0c545f4b7c3f26ca146 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 26 Mar 2020 10:35:46 -0400 Subject: [PATCH] Snapcraft installation instructions added Helm is available as a snap - https://snapcraft.io/helm; added this to the installation options Signed-off-by: Ihor Dvoretskyi Signed-off-by: Matheus Hunsche --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 745a60c2b..bb6908fdb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ If you want to use a package manager: - [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`. - [Scoop](https://scoop.sh/) users can use `scoop install helm`. - [GoFish](https://gofi.sh/) users can use `gofish install helm`. +- [Snapcraft](https://snapcraft.io/) users can use `snap install helm --classic` To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide).