Merge pull request #5885 from idvoretskyi/idvoretskyi-snap-1

Snap installation information
pull/5898/head
Matthew Fisher 6 years ago committed by GitHub
commit ea4c4f5a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
[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)

Loading…
Cancel
Save