From 1932852d61be5635819e1dcb2f8e77ab710fa264 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 27 Jan 2023 14:20:15 -0600 Subject: [PATCH] documentation cleanup --- Kconfig | 1 + README.md | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index b1db2ad..e68618a 100644 --- a/Kconfig +++ b/Kconfig @@ -1,6 +1,7 @@ config RTL8821CU tristate "Realtek 8821C USB WiFi" depends on USB + select WIRELESS_EXT help Help message of RTL8821CU diff --git a/README.md b/README.md index 5a58e37..145d492 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ be provided via PR or message in Issues. - Debian 11 (kernels 5.10 and 5.15) -- Fedora (kernel 5.11) and Fedora 37 (kernel 6.0) +- Fedora 37 (kernel 6.0) - Kali Linux (kernel 5.10) @@ -167,9 +167,13 @@ following commands in the driver directory: ``` sudo ./remove-driver.sh +``` +``` git pull +``` +``` sudo ./install-driver.sh ``` @@ -408,8 +412,17 @@ command line installation, use the following: ``` make clean +``` + +``` make +``` + +``` sudo make install +``` + +``` sudo reboot ``` @@ -417,6 +430,9 @@ To remove the driver if installed by the manual installation instructions: ``` sudo make uninstall +``` + +``` sudo reboot ``` @@ -725,6 +741,10 @@ Contributors: @mendel5 @colincdean @jeff-hiner +@paralin +@tamojitray +@amisix +@henkv1 ----