1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-22 17:06:10 +00:00

Add Solus install instructions, Minor Formatting

This commit is contained in:
Krutonium 2019-09-06 03:36:18 -04:00
parent dfd170f0c1
commit 3c26fc81cf

View File

@ -19,14 +19,20 @@ hidapi is recommended but if you encounter a problem on your system, switch to l
ArchLinux (aur) :</br>
`yaourt -S g810-led-git` # with yaourt</br>
`pacaur -S g810-led-git` # with pacaur</br>
Fedora (copr) :<br/>
`sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository<br/>
`sudo dnf install g810-led`<br/>
Gentoo :<br/>
`emerge app-misc/g810-led`<br/>
Debian (unstable, and 10 or later), Ubuntu 19.04 or later :<br/>
`apt install g810-led`
Solus :<br/>
`sudo eopkg install g810-led`<br/>
## Installation of dependencies :</br>
ArchLinux :</br>
`sudo pacman -S git gcc make hidapi` # for hidapi</br>