From 900522d3007b8821ba9cc1638152fa4ba4c28268 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Apr 2020 17:20:34 -0700 Subject: [PATCH] add docs for manual install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e928ef6..6b00eec 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ The master branch is treated differently from the default and will be `NEXT_TAG- Jenkins uses the environment variable BRANCH_NAME with the value of the PR example `PR-97`. This will result in a release version of `NEXT_TAG-0.pr-97-COMMITS+SHA` +## Install without internet + +* Grab the tar file for your system from the [releases](https://github.com/sstarcher/helm-release/releases) +``` + $ eval $(helm env) # Get helm environment variable for plugin location $HELM_PLUGINS + $ tar -xvf DOWNLOADED_TAR_GZ -C /Users/sstarcher/Library/helm/plugins/helm-release +``` + ## Uninstall $ helm plugin remove release