mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update Fedora requirements in README
Updated readme for Fedora requirements as the package xorg-x11-xkb-utils-devel seems to have moved to xkbcomp-devel in later Fedora versions
This commit is contained in:
parent
39818d41fa
commit
401c6cba6c
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ sudo dnf install xsel xclip
|
|||
sudo dnf install libpng-devel
|
||||
|
||||
# GoHook
|
||||
sudo dnf install libxkbcommon-devel libxkbcommon-x11-devel xorg-x11-xkb-utils-devel
|
||||
sudo dnf install libxkbcommon-devel libxkbcommon-x11-devel xkbcomp-devel
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue