From d1b446a0801b9a7b55507aa365e71712e2bdf480 Mon Sep 17 00:00:00 2001 From: Ozioma Date: Sat, 24 Feb 2018 18:45:45 +0100 Subject: [PATCH] edit command to create config file (#7293) "touch" is not a windows or power shell command --- docs/tasks/tools/install-kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/tools/install-kubectl.md b/docs/tasks/tools/install-kubectl.md index 9d531ba34e..0c583f7372 100644 --- a/docs/tasks/tools/install-kubectl.md +++ b/docs/tasks/tools/install-kubectl.md @@ -137,7 +137,7 @@ re-run install-kubectl.ps1 to install latest binaries cd C:\users\yourusername (Or wherever your %HOME% directory is) mkdir .kube cd .kube - touch config + New-Item config -type file Edit the config file with a text editor of your choice, such as Notepad for example.