From 833ee712b254c618fe7afc2af20fc9e8094524a1 Mon Sep 17 00:00:00 2001 From: Mike Garuccio Date: Tue, 6 Nov 2018 18:32:38 -0500 Subject: [PATCH] fix snap install command (#4877) Added `--classic` to the snap install command. Signed-off-by: Mike Garuccio --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index e0e3db56d..b47aea6f1 100755 --- a/docs/install.md +++ b/docs/install.md @@ -30,7 +30,7 @@ The Snap package for Helm is maintained by [Snapcrafters](https://github.com/snapcrafters/helm). ``` -$ sudo snap install helm +$ sudo snap install helm --classic ``` ### From Homebrew (macOS)