Bring up the init command in readme #661 (#662)

This commit is contained in:
Felix 2023-01-28 21:44:22 +01:00 committed by GitHub
parent 1ccdf83cd5
commit daa77b24c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ Note that we will try our best to document any backward incompatibility. And in
* Windows (using [scoop](https://scoop.sh/)): `scoop install helmfile`
* macOS (using [homebrew](https://brew.sh/)): `brew install helmfile`
> Make sure to run `helmfile init` once after installation. Helmfile uses the [helm-diff](https://github.com/databus23/helm-diff) plugin.
## Getting Started
Let's start with a simple `helmfile` and gradually improve it to fit your use-case!