1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

Update README.md

Added -1.0 to make paths work (otherwise DKMS fails to find the folder - tested on raspbian)
This commit is contained in:
pgroenbech
2015-05-27 23:58:57 +02:00
parent 4b53eb7587
commit 77a5fb9b47

View File

@@ -6,7 +6,7 @@ rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band US
##Autocompiling with DKMS
```
sudo cp -R . /usr/src/rtl8812AU_8821AU_linux
sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0