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!