Merge pull request #15188 from spowelljr/fixDoc

site: Update command to open GUI
pull/15200/head
Steven Powell 2022-10-21 13:43:07 -07:00 committed by GitHub
commit 4fd37affcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}}