documentation cleanup

pull/68/head
morrownr 2023-01-27 14:20:15 -06:00
parent 984ab7bd1f
commit 1932852d61
2 changed files with 22 additions and 1 deletions

View File

@ -1,6 +1,7 @@
config RTL8821CU
tristate "Realtek 8821C USB WiFi"
depends on USB
select WIRELESS_EXT
help
Help message of RTL8821CU

View File

@ -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
----