Skip to content

Commit c49e799

Browse files
authored
Merge pull request #14172 from JohnTitor/clarify-its-installer
docs: Clarify it's an installer on Windows instructions
2 parents 09365b4 + 96a38c9 commit c49e799

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/en/docs/start/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,15 @@ choco install minikube
438438
{{% /quiz_instruction %}}
439439

440440
{{% quiz_instruction id="/Windows/x86-64/Stable/.exe download" %}}
441-
1. Download the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe).
441+
1. Download and run the installer for the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe).
442442
<br>
443443
Or if using `PowerShell`, use this command:
444444
```powershell
445445
New-Item -Path 'c:\' -Name 'minikube' -ItemType Directory -Force
446446
Invoke-WebRequest -OutFile 'c:\minikube\minikube.exe' -Uri 'https://github.com/kubernetes/minikube/releases/latest/download/minikube-windows-amd64.exe' -UseBasicParsing
447447
```
448448

449-
2. Add the binary in to your `PATH`.
449+
2. Add the `minikube.exe` binary to your `PATH`.
450450
<br>
451451
_Make sure to run PowerShell as Administrator._
452452
```powershell
@@ -459,7 +459,7 @@ choco install minikube
459459
{{% /quiz_instruction %}}
460460

461461
{{% quiz_instruction id="/Windows/x86-64/Beta/.exe download" %}}
462-
1. Download the <a href="#" id="latest-beta-download-link">latest beta release</a>.
462+
1. Download and run the installer for the <a href="#" id="latest-beta-download-link">latest beta release</a>.
463463
<br>
464464
Or if using `PowerShell`, use this command:
465465
```powershell
@@ -470,7 +470,7 @@ choco install minikube
470470
Invoke-WebRequest -Uri $item.browser_download_url -OutFile 'c:\minikube\minikube.exe' -UseBasicParsing
471471
```
472472

473-
2. Add the binary in to your `PATH`.
473+
2. Add the `minikube.exe` binary to your `PATH`.
474474
<br>
475475
_Make sure to run PowerShell as Administrator._
476476
```powershell

0 commit comments

Comments
 (0)