From 8db828ef6cd6024410c5b48438a5e0bc16bf2ee7 Mon Sep 17 00:00:00 2001 From: lennard Date: Sun, 18 Jun 2023 18:39:54 +0200 Subject: [PATCH] Updates to Compatibility and Build sections. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51f5a64..3e8cf17 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A CLI and tray application to monitor HyperX Cloud II Wireless headset battery l The CLI application is compatible with both Linux and MacOS operating systems. However, the tray application is only functional on Linux. Although it was only tested on Manjaro/KDE, it should also work on other distribution and desktop environments. Currently, only the HyperX Cloud II Wireless is supported. +However, the HyperX Cloud II Wireless comes in two versions: one produced before HP acquired HyperX and one after. The application has only been tested on the HyperX Cloud II Wireless with the HP vendorID. ## Prerequisites @@ -66,6 +67,8 @@ To build both applications on Linux, use: You can also download a compiled version from [releases](https://github.com/LennardKittner/HyperXCloudIIWireless/releases). +`cargo build --release` **will fail on MacOS** because cargo will try to build the tray application, but some dependencies are exclusive to Linux. + ## Usage `cli_app` without any arguments will print the current battery level.