Skip to content

Commit

Permalink
Add missing missing mkdir command for DKMS installation instructions
Browse files Browse the repository at this point in the history
Using `mkdir -p` will not raise an error if directory exists.
Fixes #253
  • Loading branch information
rozwell authored Sep 16, 2024
1 parent 6aaf14c commit 0a1645a
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 0a1645a

Please sign in to comment.