Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct confusing hierarchy and wording #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,15 @@ also automatically reinstalls the modules when the kernel is updated.
Installing with DKMS is the recommended way of installing development versions
of DIGImend kernel drivers.

To install with DKMS, make sure you have the `dkms` package installed (on
Debian-based distros):
To install with DKMS, make sure you have the `dkms` package installed

# ON DEBIAN (Ubuntu,...):
sudo apt-get install -y dkms

or (on Fedora-based distros):

# or
# on Fedora-based distros):
sudo dnf install -y dkms

After that, run the following command from the source directory to install:
Then, git clone the current repository, inside it, run the following command :

sudo make dkms_install

Expand Down