Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/14172/head
parent
a49498fc62
commit
96a38c9552
|
@ -438,7 +438,7 @@ choco install minikube
|
||||||
{{% /quiz_instruction %}}
|
{{% /quiz_instruction %}}
|
||||||
|
|
||||||
{{% quiz_instruction id="/Windows/x86-64/Stable/.exe download" %}}
|
{{% quiz_instruction id="/Windows/x86-64/Stable/.exe download" %}}
|
||||||
1. Download the installer of the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe) and run it.
|
1. Download and run the installer for the [latest release](https://storage.googleapis.com/minikube/releases/latest/minikube-installer.exe).
|
||||||
<br>
|
<br>
|
||||||
Or if using `PowerShell`, use this command:
|
Or if using `PowerShell`, use this command:
|
||||||
```powershell
|
```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
|
Invoke-WebRequest -OutFile 'c:\minikube\minikube.exe' -Uri 'https://github.com/kubernetes/minikube/releases/latest/download/minikube-windows-amd64.exe' -UseBasicParsing
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add the `minikube.exe` binary in to your `PATH`.
|
2. Add the `minikube.exe` binary to your `PATH`.
|
||||||
<br>
|
<br>
|
||||||
_Make sure to run PowerShell as Administrator._
|
_Make sure to run PowerShell as Administrator._
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -459,7 +459,7 @@ choco install minikube
|
||||||
{{% /quiz_instruction %}}
|
{{% /quiz_instruction %}}
|
||||||
|
|
||||||
{{% quiz_instruction id="/Windows/x86-64/Beta/.exe download" %}}
|
{{% quiz_instruction id="/Windows/x86-64/Beta/.exe download" %}}
|
||||||
1. Download the installer of the <a href="#" id="latest-beta-download-link">latest beta release</a> and run it.
|
1. Download and run the installer for the <a href="#" id="latest-beta-download-link">latest beta release</a>.
|
||||||
<br>
|
<br>
|
||||||
Or if using `PowerShell`, use this command:
|
Or if using `PowerShell`, use this command:
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -470,7 +470,7 @@ choco install minikube
|
||||||
Invoke-WebRequest -Uri $item.browser_download_url -OutFile 'c:\minikube\minikube.exe' -UseBasicParsing
|
Invoke-WebRequest -Uri $item.browser_download_url -OutFile 'c:\minikube\minikube.exe' -UseBasicParsing
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add the `minikube.exe` binary in to your `PATH`.
|
2. Add the `minikube.exe` binary to your `PATH`.
|
||||||
<br>
|
<br>
|
||||||
_Make sure to run PowerShell as Administrator._
|
_Make sure to run PowerShell as Administrator._
|
||||||
```powershell
|
```powershell
|
||||||
|
|
Loading…
Reference in New Issue