1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Update README.md

This commit is contained in:
Christian Bremvåg 2020-10-19 05:45:46 +02:00 committed by GitHub
parent 0f4e46f0fd
commit 91178ac69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,6 @@ Only for use with Linux & Android
```
* Use "ip" and "iw" instead of "ifconfig" and "iwconfig"
It's described further down, READ THE README!
* v5.3.4 is the stable branch, not this, but this does have
better range then branches below + more fixes from Realtek
```
### IPERF3 benchmark
@ -72,13 +69,13 @@ $ sudo apt-get install dkms
### Installation of Driver
In order to install the driver open a terminal in the directory with the source code and execute the following command:
```
$ sudo ./dkms-install.sh
$ sudo make dkms_install
```
### Removal of Driver
In order to remove the driver from your system open a terminal in the directory with the source code and execute the following command:
```
$ sudo ./dkms-remove.sh
$ sudo make dkms_remove
```
### Make