update command to open GUI

pull/15188/head
Steven Powell 2022-10-20 15:10:38 -07:00
parent 75ee41af8f
commit b041483314
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Expand-Archive minikube-gui-windows.zip
3. Open the application
```shell
.\minikube-gui-windows\dist\systray.exe
.\minikube-gui-windows\dist\minikube.exe
```
4. If you see the following, click `More info` and then `Run anyway`
@ -74,7 +74,7 @@ unzip minikube-gui-linux.zip
3. Open the application
```shell
dist/systray
dist/minikube
```
{{% /linuxtab %}}
{{% /tabs %}}