Update README.md

Dependencies: Added openSUSE
This commit is contained in:
p0lfilt3r 2022-04-25 16:37:50 +02:00 committed by GitHub
parent 40dd789567
commit ca31dcf9cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ The implementation is minimalist and was done by reverse coding of Windows 10 so
```yum install make automake gcc gcc-c++ kernel-devel kernel-headers dkms``` ```yum install make automake gcc gcc-c++ kernel-devel kernel-headers dkms```
- ArchLinux: - ArchLinux:
```pacman -S make automake linux-firmware linux-headers dkms base-devel``` ```pacman -S make automake linux-firmware linux-headers dkms base-devel```
- openSUSE:
```zypper in git make gcc dkms```
<br> <br>
### Build with DKMS ### Build with DKMS