Merge pull request #77 from josefwells/main

Update README.md
This commit is contained in:
Frederic BOLTZ 2023-09-22 09:40:15 +02:00 committed by GitHub
commit cdfe855342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ The implementation is minimalist and was done by reverse coding of Windows 10 so
## Manual Install
### Dependencies:
- Ubuntu/Debian:
```apt-get install build-essential linux-headers-$(uname -r) dkms```
```apt-get install build-essential linux-headers-$(uname -r) dkms dh-dkms```
- Fedora/CentOS/RHEL:
```yum install make automake gcc gcc-c++ kernel-devel kernel-headers dkms```
- ArchLinux: