[doc] fix lack of consistency of Recommended

This commit is contained in:
Geoffrey McRae
2024-03-09 11:14:51 +11:00
parent da820769e8
commit a88783e5b7
3 changed files with 5 additions and 17 deletions

View File

@@ -12,12 +12,12 @@ for Looking Glass allowing DMA GPU transfers.
Prerequisites
-------------
The Linux kernel headers for your kernel version are required for building.
Install them with ``apt-get``
The Linux kernel headers for your kernel version are required for building
along with `dkms` to manage the module when you upgrade your kernel.
.. code:: bash
apt-get install linux-headers-$(uname -r)
apt-get install linux-headers-$(uname -r) dkms
Then switch to the ``module/`` directory
@@ -27,18 +27,6 @@ Then switch to the ``module/`` directory
.. _ivshmem_kvmfr_dkms:
Using DKMS (recommended)
------------------------
You can use the kernel's DKMS feature to keep the module across upgrades.
``dkms`` must be installed.
.. code:: bash
apt-get install dkms
.. _ivshmem_kvmfr_installing:
Installing
~~~~~~~~~~