Improve readme readability (#678)

Signed-off-by: xiaomudk <xiaomudk@gmail.com>
This commit is contained in:
xiaomudk 2023-02-07 06:25:35 +08:00 committed by GitHub
parent 59f32512fd
commit 4ce8676588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -55,13 +55,21 @@ Note that we will try our best to document any backward incompatibility. And in
## Installation
* download one of [releases](https://github.com/helmfile/helmfile/releases)
* [run as a container](https://helmfile.readthedocs.io/en/latest/#running-as-a-container)
**1: Binary Installation**
download one of [releases](https://github.com/helmfile/helmfile/releases)
**2: Package Manager**
* Archlinux: install via `pacman -S helmfile`
* openSUSE: install via `zypper in helmfile` assuming you are on Tumbleweed; if you are on Leap you must add the [kubic](https://download.opensuse.org/repositories/devel:/kubic/) repo for your distribution version once before that command, e.g. `zypper ar https://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_\$releasever kubic`
* Windows (using [scoop](https://scoop.sh/)): `scoop install helmfile`
* macOS (using [homebrew](https://brew.sh/)): `brew install helmfile`
**3: Container**
For more details, see [run as a container](https://helmfile.readthedocs.io/en/latest/#running-as-a-container)
> Make sure to run `helmfile init` once after installation. Helmfile uses the [helm-diff](https://github.com/databus23/helm-diff) plugin.
## Getting Started
@ -125,3 +133,7 @@ Helmfile has been used by many users in production:
* ...
For more users, please see: [Users](https://helmfile.readthedocs.io/en/latest/users/)
## License
[MIT](https://github.com/helmfile/helmfile/blob/main/LICENSE)