From a49498fc62dc3051e383ec76372617b69213341b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 15 May 2022 17:10:45 +0900 Subject: [PATCH] docs: Clarify it's an installer on Windows instructions --- site/content/en/docs/start/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 95581fe416..283b155606 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -438,7 +438,7 @@ choco install minikube {{% /quiz_instruction %}} {{% quiz_instruction id="/Windows/x86-64/Stable/.exe download" %}} -1. Download the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe). +1. Download the installer of the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe) and run it.
Or if using `PowerShell`, use this command: ```powershell @@ -446,7 +446,7 @@ choco install minikube Invoke-WebRequest -OutFile 'c:\minikube\minikube.exe' -Uri 'https://github.com/kubernetes/minikube/releases/latest/download/minikube-windows-amd64.exe' -UseBasicParsing ``` -2. Add the binary in to your `PATH`. +2. Add the `minikube.exe` binary in to your `PATH`.
_Make sure to run PowerShell as Administrator._ ```powershell @@ -459,7 +459,7 @@ choco install minikube {{% /quiz_instruction %}} {{% quiz_instruction id="/Windows/x86-64/Beta/.exe download" %}} -1. Download the latest beta release. +1. Download the installer of the latest beta release and run it.
Or if using `PowerShell`, use this command: ```powershell @@ -470,7 +470,7 @@ choco install minikube Invoke-WebRequest -Uri $item.browser_download_url -OutFile 'c:\minikube\minikube.exe' -UseBasicParsing ``` -2. Add the binary in to your `PATH`. +2. Add the `minikube.exe` binary in to your `PATH`.
_Make sure to run PowerShell as Administrator._ ```powershell