diff --git a/README.md b/README.md index 6596932..9677042 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Simple tray application which shows battery level for [HyperX Cloud Flight W ## Getting Started -### Installation +### Prerequisites Create new file in `/etc/udev/rules.d/99-hyperx-cloud-flight.rules` and place the following content: @@ -24,8 +24,16 @@ KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="0951", ATTRS{idProduct} Once created replug the wireless dongle. +### Installation + Download the latest binary from the releases and run it. +```console +foo@bar:~$ curl -LO https://github.com/kondinskis/hyperx-cloud-flight/releases/download/0.1.0/cloud-flight_amd64 +foo@bar:~$ chmod +x cloud-flight_amd64 +foo@bar:~$ ./cloud-flight_amd64 +``` + ### Supported operating systems - Linux