Ver código fonte

Update README.md

Fix a typo in the installation step
breakall 11 anos atrás
pai
commit
9fa6ac003e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ Installing the driver is simply a matter of copying the built module
 into the correct location and updating module dependencies using `depmod`:
 
 ```sh
-$ sudo 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
+$ sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
 $ sudo depmod
 ```