docs(install): use classic argument for snap installation

Otherwise this error message will pop up on ubuntu 18.04 LTS

```txt
error: This revision of snap "helm" was published using classic confinement and thus may perform
       arbitrary system changes outside of the security sandbox that snaps are usually confined to,
       which may put your system at risk.

       If you understand and want to proceed repeat the command including --classic.
```

Signed-off-by: Max Wittig <max.wittig@siemens.com>
pull/4750/head
Max Wittig 7 years ago
parent 2ef61fdf5c
commit ff7ea99427

@ -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 $ sudo snap install helm --classic
``` ```
### From Homebrew (macOS) ### From Homebrew (macOS)

Loading…
Cancel
Save