update gui link to latest from version

pull/13859/head
Steven Powell 2022-03-25 16:10:33 -07:00
parent 3493e13d10
commit eda4cabe4a
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ date: 2022-02-25
{{% tab Stable %}} {{% tab Stable %}}
1. Download the zipped folder 1. Download the zipped folder
```shell ```shell
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-mac.zip curl -LO https://storage.googleapis.com/minikube-gui/latest/minikube-gui-mac.zip
``` ```
{{% /tab %}} {{% /tab %}}
{{% tab Nightly %}} {{% tab Nightly %}}
@ -56,7 +56,7 @@ open dist/systray.app
{{% tab Stable %}} {{% tab Stable %}}
1. Download the zipped folder via PowerShell (below) or via your [browser](https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip) (faster) 1. Download the zipped folder via PowerShell (below) or via your [browser](https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip) (faster)
```shell ```shell
Invoke-WebRequest -Uri 'https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-windows.zip' -UseBasicParsing Invoke-WebRequest -Uri 'https://storage.googleapis.com/minikube-gui/latest/minikube-gui-windows.zip' -UseBasicParsing
``` ```
{{% /tab %}} {{% /tab %}}
{{% tab Nightly %}} {{% tab Nightly %}}
@ -86,7 +86,7 @@ Expand-Archive minikube-gui-windows.zip
{{% tab Stable %}} {{% tab Stable %}}
1. Download the zipped folder 1. Download the zipped folder
```shell ```shell
curl -LO https://storage.googleapis.com/minikube-gui/v0.0.1/minikube-gui-linux.zip curl -LO https://storage.googleapis.com/minikube-gui/latest/minikube-gui-linux.zip
``` ```
{{% /tab %}} {{% /tab %}}
{{% tab Nightly %}} {{% tab Nightly %}}