edit command to create config file (#7293)

"touch" is not a windows or power shell command
This commit is contained in:
Ozioma
2018-02-24 18:45:45 +01:00
committed by k8s-ci-robot
parent 57ba29877d
commit d1b446a080
+1 -1
View File
@@ -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.