Skip to content

Commit

Permalink
adds installation steps in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kondinskis committed Oct 30, 2021
1 parent 8dd7e64 commit 88490d2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Simple tray application which shows battery level for <em>[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:

Expand All @@ -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
Expand Down

0 comments on commit 88490d2

Please sign in to comment.