From 261d24894501b7093baea20b0c22902fd7691da5 Mon Sep 17 00:00:00 2001 From: Blue Groneman Date: Thu, 23 Jun 2022 11:24:52 -0600 Subject: [PATCH] updated readme flow Simply moved the git clone section to just before the DKMS build as to improve overall documentation reading experience --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d7e47e..3a0617b 100644 --- a/README.md +++ b/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 ``` +### Download +``` +$ git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git +cd rtl* +``` + ### Installation of Driver 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 ``` -### Notes -Download -``` -$ git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git -cd rtl* -``` Package / Build dependencies (Kali) ``` $ sudo apt-get update