update GUI README

pull/15363/head
Steven Powell 2022-11-15 15:13:35 -05:00
parent 84d6bc8ad2
commit 8ef4631bb4
2 changed files with 16 additions and 10 deletions

View File

@ -1,22 +1,28 @@
# System Tray Icon
# minikube GUI
## Prerequisites
- minikube setup and available on your path, follow the [Getting Start doc](https://minikube.sigs.k8s.io/docs/start/) if not already done
## Running
Open in [Qt Creator](https://doc.qt.io/qtcreator/) GUI:
### From binary (end-user)
View our documentation for downloading and running the GUI: [Setting Up minikube GUI](https://minikube.sigs.k8s.io/docs/tutorials/setup_minikube_gui/)
### From Qt Creator
Open in [Qt Creator](https://doc.qt.io/qtcreator/) via:
```shell
qtcreator systray.pro
qtcreator minikube.pro
```
Or on the command line:
### From Command Line
```console
$ qmake
$ make
...
$ ./systray
$ ./minikube
```
----
See <https://doc.qt.io/qt-5/qtwidgets-desktop-systray-example.html>

View File

@ -14,7 +14,7 @@ date: 2022-02-25
## Before You Begin
- You will need to already have minikube setup on your machine, follow the [Getting Start doc]({{< ref "/docs/commands/start" >}}) if not already done.
- minikube setup and available on your path, follow the [Getting Start doc]({{< ref "/docs/start" >}}) if not already done
## Steps