# Realtek RTL8811CU/RTL8821CU version 5.4.1 USB wifi adapter driver for Linux 4.20.x
Before build this driver make sure `make`, `gcc`, `linux-header` and `git` have been installed in your system
## Build and install with DKMS
DKMS is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
### Debian/Ubuntu:
sudo apt-get install dkms
### Arch Linux/Manjaro:
sudo pacman -S dkms
To make use of the DKMS feature with this project, do the following: