From 1c11bc4b92e5147b52515ac0034dfa10758569cd Mon Sep 17 00:00:00 2001 From: Mike Garuccio Date: Thu, 1 Nov 2018 23:49:04 -0400 Subject: [PATCH] fix snap install command 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)