Merge pull request #131 from bhb27/master

Readme updates
This commit is contained in:
Ole Petter Bang 2018-07-22 20:11:24 +02:00 committed by GitHub
commit ad1b9e30ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,10 @@ Check with:
```sh ```sh
$ sudo dkms status $ sudo dkms status
``` ```
Automatically load at boot:
```sh
$ echo 8812au | sudo tee -a /etc/modules
```
Eventually remove from DKMS with: Eventually remove from DKMS with:
```sh ```sh
$ sudo dkms remove -m 8812au -v 4.2.2 --all $ sudo dkms remove -m 8812au -v 4.2.2 --all