Skip to content

Commit

Permalink
fix: update version on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianomitre committed Feb 11, 2020
1 parent 40eafac commit 022f55c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -58,14 +58,14 @@ Automatically rebuilds and installs on kernel updates. DKMS is in official sourc
$ sudo apt-get install build-essential dkms
```

The driver source must be copied to /usr/src/8812au-4.2.2
The driver source must be copied to /usr/src/8812au-4.2.3

Then add it to DKMS:

```sh
$ sudo dkms add -m 8812au -v 4.2.2
$ sudo dkms build -m 8812au -v 4.2.2
$ sudo dkms install -m 8812au -v 4.2.2
$ sudo dkms add -m 8812au -v 4.2.3
$ sudo dkms build -m 8812au -v 4.2.3
$ sudo dkms install -m 8812au -v 4.2.3
```

Check with:
Expand All @@ -78,7 +78,7 @@ $ echo 8812au | sudo tee -a /etc/modules
```
Eventually remove from DKMS with:
```sh
$ sudo dkms remove -m 8812au -v 4.2.2 --all
$ sudo dkms remove -m 8812au -v 4.2.3 --all
```

### References
Expand Down

0 comments on commit 022f55c

Please sign in to comment.