Skip to content

Commit

Permalink
Snap installation information
Browse files Browse the repository at this point in the history
Installation information added (and a minor fix)

Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
  • Loading branch information
idvoretskyi committed Jun 13, 2019
1 parent 724eb3e commit 9420171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,8 @@ If you want to use a package manager:
- [Chocolatey](https://chocolatey.org/) users can use `choco install kubernetes-helm`.
- [Scoop](https://scoop.sh/) users can use `scoop 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).

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Expand Up @@ -30,7 +30,7 @@ The Snap package for Helm is maintained by
[Snapcrafters](https://github.com/snapcrafters/helm).

```
$ sudo snap install helm --classic
sudo snap install helm --classic
```

### From Homebrew (macOS)
Expand Down

0 comments on commit 9420171

Please sign in to comment.