1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +00:00

Merge pull request #184 from Krutonium/master

Updated Install.MD
This commit is contained in:
MatMoul
2019-09-09 21:28:00 +02:00
committed by GitHub

View File

@@ -17,16 +17,23 @@ hidapi is recommended but if you encounter a problem on your system, switch to l
## Installation using repos :</br>
ArchLinux (aur) :</br>
`yaourt -S g810-led-git` # with yaourt</br>
`yay -S g810-led-git` # with yay</br>
`pacaur -S g810-led-git` # with pacaur</br>
`trizen -S g810-leg-git` # with trizen</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>