docs(readme): add instructions for installing kernel docs on Fedora

This commit is contained in:
Orhun Parmaksız 2022-04-17 02:27:38 +03:00
parent 4b8c997b03
commit d65f8f63e7
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -374,6 +374,7 @@ However, this means you need to:
- either install the kernel documentation package (based on your distribution)
- on Arch Linux: `pacman -S linux-docs`
- on Debian/Ubuntu: `apt-get install linux-doc`
- on Fedora: `dnf install kernel-doc`
- or explicitly specify the path of the [kernel documentation](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide).
```sh