mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-03 10:13:42 +00:00
updated readme flow
Simply moved the git clone section to just before the DKMS build as to improve overall documentation reading experience
This commit is contained in:
parent
cab4e4ec56
commit
261d248945
12
README.md
12
README.md
@ -69,6 +69,12 @@ This driver can be installed using [DKMS]. This is a system which will automatic
|
|||||||
$ sudo apt-get install dkms
|
$ sudo apt-get install dkms
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Download
|
||||||
|
```
|
||||||
|
$ git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git
|
||||||
|
cd rtl*
|
||||||
|
```
|
||||||
|
|
||||||
### Installation of Driver
|
### Installation of Driver
|
||||||
In order to install the driver open a terminal in the directory with the source code and execute the following command:
|
In order to install the driver open a terminal in the directory with the source code and execute the following command:
|
||||||
```
|
```
|
||||||
@ -87,12 +93,6 @@ For building & installing the driver with 'make' use
|
|||||||
$ make && make install
|
$ make && make install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notes
|
|
||||||
Download
|
|
||||||
```
|
|
||||||
$ git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git
|
|
||||||
cd rtl*
|
|
||||||
```
|
|
||||||
Package / Build dependencies (Kali)
|
Package / Build dependencies (Kali)
|
||||||
```
|
```
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user