Commit 94201711 authored by Ihor Dvoretskyi's avatar Ihor Dvoretskyi

Snap installation information

Installation information added (and a minor fix)
Signed-off-by: 's avatarIhor Dvoretskyi <ihor@linux.com>
parent 724eb3e4
...@@ -43,6 +43,8 @@ If you want to use a package manager: ...@@ -43,6 +43,8 @@ If you want to use a package manager:
- [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`. - [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`.
- [Scoop](https://scoop.sh/) users can use `scoop install helm`. - [Scoop](https://scoop.sh/) users can use `scoop install helm`.
- [GoFish](https://gofi.sh/) users can use `gofish install helm`. - [GoFish](https://gofi.sh/) users can use `gofish install helm`.
- [Snap](https://snapcraft.io/) users can use `sudo snap install helm
--classic`.
To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide). To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide).
......
...@@ -30,7 +30,7 @@ The Snap package for Helm is maintained by ...@@ -30,7 +30,7 @@ The Snap package for Helm is maintained by
[Snapcrafters](https://github.com/snapcrafters/helm). [Snapcrafters](https://github.com/snapcrafters/helm).
``` ```
$ sudo snap install helm --classic sudo snap install helm --classic
``` ```
### From Homebrew (macOS) ### From Homebrew (macOS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment