Browse Source

Add upgrade instructions

Tomás Pinho 5 năm trước cách đây
mục cha
commit
767ddec177
1 tập tin đã thay đổi với 21 bổ sung0 xóa
  1. 21 0
      README.md

+ 21 - 0
README.md

@@ -51,6 +51,27 @@ Then run the installation script:
 sudo ./dkms-remove.sh
 ```
 
+## Upgrading driver
+Remove the driver:
+```
+sudo ./dkms-remove.sh
+```
+
+Make sure you have your local copy of this repository fully updated:
+```
+git pull
+```
+
+Clean any stale binaries:
+```
+make clean
+```
+
+Install again:
+```
+sudo ./dkms-install.sh
+```
+
 ## Reporting issues
 When reporting issues, please make sure that debugging is enabled. To enable debugging either set `MAKEFLAGS="CONFIG_RTW_DEBUG = y"` before compilation or edit Makefile:
 ```