From a9377f9df11d26d53746668b06afbc9b18a6083d Mon Sep 17 00:00:00 2001 From: y-yagi Date: Sun, 27 Aug 2023 11:54:36 +0900 Subject: [PATCH] Remove `GoFish` from package managers for installing the binary GoFish is being archived and it's not good to recommend now. https://github.com/fishworks/gofish#this-project-is-being-archived Signed-off-by: y-yagi --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a9e68790b..b279d6af8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ 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`. -- [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://helm.sh/docs/intro/quickstart/).