From 3c26fc81cfc0bd373f5d08e7098f8fde5bd48678 Mon Sep 17 00:00:00 2001 From: Krutonium Date: Fri, 6 Sep 2019 03:36:18 -0400 Subject: [PATCH 1/3] Add Solus install instructions, Minor Formatting --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 89bf402..eeace56 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,14 +19,20 @@ hidapi is recommended but if you encounter a problem on your system, switch to l ArchLinux (aur) :
`yaourt -S g810-led-git` # with yaourt
`pacaur -S g810-led-git` # with pacaur
+ Fedora (copr) :
`sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository
`sudo dnf install g810-led`
+ Gentoo :
`emerge app-misc/g810-led`
+ Debian (unstable, and 10 or later), Ubuntu 19.04 or later :
`apt install g810-led` +Solus :
+`sudo eopkg install g810-led`
+ ## Installation of dependencies :
ArchLinux :
`sudo pacman -S git gcc make hidapi` # for hidapi
From 2a23006c9be82eb28057e34c6ba3de07c551a002 Mon Sep 17 00:00:00 2001 From: Krutonium Date: Fri, 6 Sep 2019 03:37:25 -0400 Subject: [PATCH 2/3] Updated Arch Instructions; yaourt is deprecated and yay has effectivly replaced it --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index eeace56..4a39a96 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ hidapi is recommended but if you encounter a problem on your system, switch to l ## Installation using repos :
ArchLinux (aur) :
-`yaourt -S g810-led-git` # with yaourt
+`yay -S g810-led-git` # with yay
`pacaur -S g810-led-git` # with pacaur
Fedora (copr) :
From 4f927ea9545ac696a75f468d653de121c853dadb Mon Sep 17 00:00:00 2001 From: Krutonium <3945538+Krutonium@users.noreply.github.com> Date: Sun, 8 Sep 2019 15:28:43 -0400 Subject: [PATCH 3/3] Add Trizen --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 4a39a96..d3432fb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,6 +19,7 @@ hidapi is recommended but if you encounter a problem on your system, switch to l ArchLinux (aur) :
`yay -S g810-led-git` # with yay
`pacaur -S g810-led-git` # with pacaur
+`trizen -S g810-leg-git` # with trizen
Fedora (copr) :
`sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository