From 30de3bbdc2b11172aa0028871ba9a7256c2f5b4c Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Wed, 31 Jul 2024 10:59:09 +0200 Subject: [PATCH] Doc: add Flox as an installation option. Amending for new checks to run. Signed-off-by: Bryan Honof Signed-off-by: Robert Sirchia --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b279d6af8..3a32febab 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ If you want to use a package manager: - [Homebrew](https://brew.sh/) users can use `brew install helm`. - [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`. - [Scoop](https://scoop.sh/) users can use `scoop install helm`. -- [Snapcraft](https://snapcraft.io/) users can use `snap install helm --classic` +- [Snapcraft](https://snapcraft.io/) users can use `snap install helm --classic`. +- [Flox](https://flox.dev) users can use `flox install kubernetes-helm`. To rapidly get Helm up and running, start with the [Quick Start Guide](https://helm.sh/docs/intro/quickstart/).