Skip to content

Commit

Permalink
Merge pull request #259 from rozwell/rozwell-dkms-mkdir
Browse files Browse the repository at this point in the history
Add missing missing mkdir command for DKMS installation instructions
  • Loading branch information
johnfanv2 authored Sep 22, 2024
2 parents 6aaf14c + 0a1645a commit e9c1d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ sudo make uninstall
You must first install the package to with DKMS. See Requirements section.

```
sudo mkdir -p /usr/src/LenovoLegionLinux-1.0.0
sudo cp ./kernel_module/* /usr/src/LenovoLegionLinux-1.0.0 -r
sudo dkms add -m LenovoLegionLinux -v 1.0.0
sudo dkms build -m LenovoLegionLinux -v 1.0.0
Expand Down

0 comments on commit e9c1d81

Please sign in to comment.