From 7289d7d0e2e15642a1721d720f5c69cb1531003a Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 16 Apr 2020 15:51:08 +1200 Subject: [PATCH] Update readme --- Cargo.toml | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2151c7a..fb4cfd76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rog-core" -version = "0.2.0" +version = "0.3.0" authors = ["Luke "] edition = "2018" diff --git a/README.md b/README.md index 854bed5e..cbd74618 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ rog-core is a utility for Linux to control many aspects (eventually) of the ASUS The laptop I currently have is the GX502RW and so I'll be using that for the basis of this app. If I get wireshark captures from others with different ROG laptops then I should be able to add something like laptop and feature detection. +## Requirements + +- Rust! +- `libusb-1.0-0-dev` or equivalent package for your distro +- `libdbus-1-dev` or equivalent package for your distro + ## Use Currently requires root for accessing the USB devices (so, sudo). @@ -32,7 +38,7 @@ rog-core --help - [X] Setting/modifying built-in LED modes - [ ] Per-key LED setting - [ ] Fancy LED modes (custom programs) -- [ ] Daemon mode +- [X] Daemon mode (functionally done) - [ ] Saving settings for reload (CLI and daemon mode) - [ ] System control - [ ] Capture and use hotkeys, e.g, Aura controls to control LEDs