summarylogtreecommitdiffstats
path: root/helm-edit.install
diff options
context:
space:
mode:
Diffstat (limited to 'helm-edit.install')
-rw-r--r--helm-edit.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/helm-edit.install b/helm-edit.install
new file mode 100644
index 000000000000..a34d3cf7d821
--- /dev/null
+++ b/helm-edit.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Run the following command to finish plugin installation:"
+ echo -e "\thelm plugin install /usr/lib/helm/plugins/edit"
+}