From ffde2c452d5a808e0ad595de82a962b5d8abd086 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 21 May 2020 17:48:32 -0700 Subject: [PATCH] Update execPluginGuidedExample.md fix #2410 --- docs/plugins/execPluginGuidedExample.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/execPluginGuidedExample.md b/docs/plugins/execPluginGuidedExample.md index 8b713d87a..65030a339 100644 --- a/docs/plugins/execPluginGuidedExample.md +++ b/docs/plugins/execPluginGuidedExample.md @@ -202,6 +202,7 @@ Per the [instructions](../../INSTALL.md): ``` curl -s "https://raw.githubusercontent.com/\ kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash +mkdir -p $DEMO/bin mv kustomize $DEMO/bin ```