diff --git a/README.md b/README.md index 6264588..1ec93c2 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,14 @@ Use the tool 'iw', please don't use other tools like 'airmon-ng' iw dev wlan0 set monitor none ``` +### simplest way to install this driver (for noob) +``` +sudo apt update +sudo apt install build-essential git dkms +git clone https://github.com/brektrou/rtl8821CU.git +cd rtl8821CU +chmod +x dkms-install.sh +sudo ./dkms-install.sh +sudo modprobe 8821cu +``` +