From 88455b1ce894cdad7f69081fc7c6f411069f9f4a Mon Sep 17 00:00:00 2001 From: Sianao Date: Thu, 30 Apr 2026 20:08:34 +0800 Subject: [PATCH] update readme add install from source (#2561) * update readme install method Signed-off-by: Sianao * update chinese install desc Signed-off-by: Sianao --------- Signed-off-by: Sianao --- README-zh_CN.md | 7 +++++++ README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README-zh_CN.md b/README-zh_CN.md index e97cb391..33cf1b80 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -61,6 +61,13 @@ Helmfile 是一个声明式Helm Chart管理工具 > 安装后请运行一次 `helmfile init`。 检查[helm-diff](https://github.com/databus23/helm-diff) 等插件安装正确。 +**方式4: 源码安装** + +依赖: [Go](https://golang.org/dl/) + + + +` go install github.com/helmfile/helmfile@latest ` ## 使用 让我们从最简单的 helmfile 开始,逐渐改进它以适应您的用例! diff --git a/README.md b/README.md index 7a655893..9f6b2d0e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,13 @@ For more details, see [run as a container](https://helmfile.readthedocs.io/en/la > Make sure to run `helmfile init` once after installation. Helmfile uses the [helm-diff](https://github.com/databus23/helm-diff) plugin. +**4: Build from source** + +requirements: [Go](https://golang.org/dl/) + + + +` go install github.com/helmfile/helmfile@latest ` ## Getting Started Let's start with a simple `helmfile` and gradually improve it to fit your use-case!