diff --git a/Makefile b/Makefile index d66cb5d..290127e 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,5 @@ HELM_HOME ?= $(helm home) .PHONY: install install: + mkdir -p $(HELM_HOME)/plugins cp -a $(PLUGINS) $(HELM_HOME)/plugins